NamedEntitiesGetName Method |
Gets the name of an entity or work feature.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function GetName (
entity As Object
) As String
string GetName(
Object entity
)
Parameters
- entity
- Type: SystemObject
A face, edge, vertex or work feature.
Return Value
Type:
StringThe name. This will be Nothing if the entity has no name.
See Also