Gets the specified distances between two selected coordinate systems.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCSYSDistances( _
ByRef TotDistance As System.Double, _
ByRef XDistance As System.Double, _
ByRef YDistance As System.Double, _
ByRef ZDistance As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim TotDistance As System.Double
Dim XDistance As System.Double
Dim YDistance As System.Double
Dim ZDistance As System.Double
Dim value As System.Boolean
value = instance.GetCSYSDistances(TotDistance, XDistance, YDistance, ZDistance) |
Parameters
- TotDistance
- Distance between origins
- XDistance
- Distance between X axes
- YDistance
- Distance between Y axes
- ZDistance
- Distance between Z axes
Return Value
True if distances successfully retrieved, false if not
Remarks
See Also
Availability
SOLIDWORKS 2024 SP01, Revision Number 32.1