Tries to find the entity with the given name. Throws an exception if no entity with that name exists.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Function FindEntity (
name As String
) As Object
C#
Object FindEntity(
string name
)
Parameters
- name
- Type: System.String
Return Value
Type:
ObjectA face, edge, vertex, work feature, or Nothing.
See Also
Reference