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: 30.0
Syntax
VB
Public Interface NamedEntities
C#
public interface NamedEntities
The NamedEntities type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Entities |
Gets all the named entities and work features in the collection.
|
Methods
Name | Description | |
---|---|---|
![]() | DeleteName |
Deletes the name on the object, if it has one.
(No error if it has no name.)
|
![]() | FindEntity |
Tries to find the entity with the given name. Throws an exception if no entity with that name exists.
|
![]() | GetName |
Gets the name of an entity or work feature.
|
![]() | NameExists |
Returns true if the name exists in the collection.
|
![]() | SetName |
Applies the name to the entity or work feature.
This will throw an exception if the name is already in use.
|
![]() | TryGetEntity |
Tries to find the entity with the given name. Returns Nothing if no entity with that name exists.
|