DocumentUnitsPointGetPointData Method |
Gets the coordinates of the point.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Sub GetPointData (
ByRef coords As Double()
)
public void GetPointData(
ref double[] coords
)
Parameters
- coords
- Type: SystemDouble
Output: Double array that will contain the coordinates.
See Also