| Visual Basic | |
|---|---|
Function HasEntry( _ ByVal Name As System.String _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool HasEntry( System.string Name ) | |
| JavaScript | |
|---|---|
HasEntry( Name : String ) : Boolean | |
Parameters
- Name
- Name of specified entity
- HasEntry[out] or Return Value
- True if the dictionary contains an entity with the specified name, false if not
Create and Remove Dictionaries (C#)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
IDictionary Interface
IDictionary Members
IDictionary::GetEntries Method ()
IDictionary::GetEntry Method ()
IDictionary::GetNameOf Method ()
IDictionary::RemoveEntry Method ()
IDictionary::RenameEntry Method ()
IDictionary::SetEntry Method ()
IDictionary Members
IDictionary::GetEntries Method ()
IDictionary::GetEntry Method ()
IDictionary::GetNameOf Method ()
IDictionary::RemoveEntry Method ()
IDictionary::RenameEntry Method ()
IDictionary::SetEntry Method ()
DraftSight V1R4.0
Syntax