Gets the name of an entity or work feature.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.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:
StringThe name. This will be Nothing if the entity has no name.
See Also
Reference