Gets the per unit length for this DimXpert straightness geometric tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPerUnitLength( _
ByRef Enabled As System.Boolean, _
ByRef Distance As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertStraightnessGeoTol
Dim Enabled As System.Boolean
Dim Distance As System.Double
Dim value As System.Boolean
value = instance.GetPerUnitLength(Enabled, Distance) |
C# | |
---|
System.bool GetPerUnitLength(
out System.bool Enabled,
out System.double Distance
) |
C++/CLI | |
---|
System.bool GetPerUnitLength(
& [Out] System.bool Enabled,
& [Out] System.double Distance
) |
Parameters
- Enabled
- True if per unit length straightness tolerance is in effect; false if not
- Distance
- Length for per unit length
Return Value
True if method call is successful; false otherwise
Example
See the examples on the interface page.
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0