NamedEntities.NameExists Method

Returns true if the name exists in the collection.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0

Syntax

VB

Function NameExists ( 
	name As String
) As Boolean

C#

bool NameExists(
	string name
)

Parameters

name
Type: System.String

Return Value

Type: Boolean

See Also

Reference

NamedEntities Interface
Autodesk.iLogic.Interfaces Namespace