Gets the projected zone value of this DimXpert position geometric tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetProjectedZone( _
ByRef Enabled As System.Boolean, _
ByRef Value As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertPositionGeoTol
Dim Enabled As System.Boolean
Dim Value As System.Double
Dim value As System.Boolean
value = instance.GetProjectedZone(Enabled, Value) |
C# | |
---|
System.bool GetProjectedZone(
out System.bool Enabled,
out System.double Value
) |
C++/CLI | |
---|
System.bool GetProjectedZone(
& [Out] System.bool Enabled,
& [Out] System.double Value
) |
Parameters
- Enabled
- True if the projected zone is in effect; false otherwise
- Value
- Position projected zone value
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