Gets the per unit length for this DimXpert straightness tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPerUnitLength( _
ByRef Enabled As Boolean, _
ByRef Distance As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimXpertStraightnessTolerance
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 is in effect; false otherwise
- Distance
Length distance per unit length
Return Value
True if the method call is successful; false otherwise
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0