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: 25.0
Syntax
VB
Function Point (
entityName As String
) As DocumentUnitsPoint
C#
DocumentUnitsPoint Point(
string entityName
)
Parameters
- entityName
- Type: System.String
The name of the work point or the named vertex.
Return Value
Type:
DocumentUnitsPoint
See Also
Reference