Creates and returns a new 3D DocumentUnitsPoint with the given coordinate values.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Function Point ( x As Double, y As Double, z As Double ) As DocumentUnitsPoint
C#
DocumentUnitsPoint Point( double x, double y, double z )
Parameters
- x
- Type: System.Double
- y
- Type: System.Double
- z
- Type: System.Double
