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
DocumentUnitsPoint Point(
string entityName
)
Parameters
- entityName
- Type: SystemString
The name of the work point or the named vertex.
Return Value
Type:
DocumentUnitsPointSee Also