Click or drag to resize

IGeometryPoint Method (Double, Double, Double)

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: 23.0
Syntax
Function Point ( 
	x As Double,
	y As Double,
	z As Double
) As DocumentUnitsPoint

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
z
Type: SystemDouble

Return Value

Type: DocumentUnitsPoint
See Also