Gets or sets the thickness of the impact layer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TargetThickness As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim value As System.Double
instance.TargetThickness = value
value = instance.TargetThickness |
C# | |
---|
System.double TargetThickness {get; set;} |
C++/CLI | |
---|
property System.double TargetThickness {
System.double get();
void set ( & System.double value);
} |
Property Value
Thickness of the impact layer (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0