Returns true if the name exists in the collection.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Function NameExists ( name As String ) As Boolean
C#
bool NameExists( string name )
Parameters
- name
- Type: System.String