Gets the clearance distance between the components.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Clearance( _
ByVal NIndex As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IDragOperator
Dim NIndex As System.Integer
Dim value As System.Double
value = instance.Clearance(NIndex) |
C# | |
---|
System.double Clearance(
System.int NIndex
) {get;} |
C++/CLI | |
---|
property System.double Clearance {
System.double get(System.int NIndex);
} |
Parameters
- NIndex
Index of the components
Property Value
Clearance value
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0