Click or drag to resize

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

Parameters

name
Type: SystemString

Return Value

Type: Object
A face, edge, vertex, work feature, or Nothing.
See Also