NamedEntitiesDeleteName Method |
Deletes the name on the object, if it has one.
(No error if it has no name.)
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
SyntaxSub DeleteName (
entity As Object
)
void DeleteName(
Object entity
)
Parameters
- entity
- Type: SystemObject
A face, edge, vertex or work feature.
See Also