Gets or sets the units of clearance for this contact set.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ClearanceUnit As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactSet
Dim value As System.Integer
instance.ClearanceUnit = value
value = instance.ClearanceUnit |
C# | |
---|
System.int ClearanceUnit {get; set;} |
C++/CLI | |
---|
property System.int ClearanceUnit {
System.int get();
void set ( & System.int value);
} |
Property Value
Units of clearance as defined in swsLinearUnit_e
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0