Click or drag to resize

IGeometryPoint Method (ComponentArgument, String)

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

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

Parameters

component
Type: Autodesk.iLogic.TypesComponentArgument
The name (or path) of the component occurrence.
entityName
Type: SystemString
The name of the work point or the named vertex.

Return Value

Type: DocumentUnitsPoint
See Also