Share

NamedEntities.TryGetEntity 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: 29.0

Syntax

VB

Function TryGetEntity ( 
	name As String
) As Object

C#

Object TryGetEntity(
	string name
)

Parameters

name
Type: System.String

Return Value

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

See Also

Reference

Was this information helpful?