Gets the per unit length for this DimXpert straightness geometric tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPerUnitLength( _
ByRef Enabled As Boolean, _
ByRef Distance As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertStraightnessGeoTol
Dim Enabled As Boolean
Dim Distance As Double
Dim value As Boolean
value = instance.GetPerUnitLength(Enabled, Distance)
|
C++/CLI | |
---|
bool GetPerUnitLength(
& [Out] bool Enabled,
& [Out] 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