IGeometry.Point 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: 25.0

Syntax

VB

Function Point ( 
	component As ComponentArgument,
	entityName As String
) As DocumentUnitsPoint

C#

DocumentUnitsPoint Point(
	ComponentArgument component,
	string entityName
)

Parameters

component
Type: Autodesk.iLogic.Types.ComponentArgument
The name (or path) of the component occurrence.
entityName
Type: System.String
The name of the work point or the named vertex.

Return Value

Type: DocumentUnitsPoint

See Also

Reference

IGeometry Interface
Point Overload
Autodesk.iLogic.Interfaces Namespace