Click or drag to resize

NamedEntities Interface

A collection of named entities (faces, edges, and vertices) and work features.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface NamedEntities

The NamedEntities type exposes the following members.

Properties
  NameDescription
Public propertyEntities
Gets all the named entities and work features in the collection.
Top
Methods
  NameDescription
Public methodDeleteName
Deletes the name on the object, if it has one. (No error if it has no name.)
Public methodFindEntity
Tries to find the entity with the given name. Returns Nothing if no entity with that name exists.
Public methodGetName
Gets the name of an entity or work feature.
Public methodNameExists
Returns true if the name exists in the collection.
Public methodSetName
Applies the name to the entity or work feature. This will throw an exception if the name is already in use.
Top
See Also