Share

NamedEntities.GetName Method

Gets the name of an entity or work feature.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Function GetName ( 
	entity As Object
) As String

C#

string GetName(
	Object entity
)

Parameters

entity
Type: System.Object
A face, edge, vertex, work feature, or drawing item.

Return Value

Type: String
The name. This will be Nothing if the entity has no name.

See Also

Reference

Was this information helpful?