Click or drag to resize

IGeometryPoint Method (String)

Creates and returns a new 3D DocumentUnitsPoint with the coordinates of a work point or named vertex.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function Point ( 
	entityName As String
) As DocumentUnitsPoint

Parameters

entityName
Type: SystemString
The name of the work point or the named vertex.

Return Value

Type: DocumentUnitsPoint
See Also