NamedEntitiesFindEntity Method |
Tries to find the entity with the given name. Returns Nothing if no entity with that name exists.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function FindEntity (
name As String
) As Object
Object FindEntity(
string name
)
Parameters
- name
- Type: SystemString
Return Value
Type:
ObjectA face, edge, vertex, work feature, or Nothing.
See Also