Gets or sets the units of thickness.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ThicknessUnit As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim value As System.Integer
instance.ThicknessUnit = value
value = instance.ThicknessUnit |
C# | |
---|
System.int ThicknessUnit {get; set;} |
C++/CLI | |
---|
property System.int ThicknessUnit {
System.int get();
void set ( & System.int value);
} |
Property Value
Units as defined in
swsLinearUnit_e (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0