Visual Basic | |
---|---|
Function GetNameOf( _ ByVal Entity As System.Object _ ) As System.String |
C# | |
---|---|
System.string GetNameOf( System.object Entity ) |
JavaScript | |
---|---|
GetNameOf( Entity : Object ) : String |
Parameters
- Entity
- Entity whose name to get in the dictionary
- Name[out] or Return Value
- Name of the specified entity (see Remarks)
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)
If an empty string is returned, then the specified entity is not in the dictionary.
IDictionary Interface
IDictionary Members
IDictionary::GetEntries Method ()
IDictionary::GetEntry Method ()
IDictionary::HasEntry Method ()
IDictionary::RemoveEntry Method ()
IDictionary::RenameEntry Method ()
IDictionary::SetEntry Method ()
IDictionary Members
IDictionary::GetEntries Method ()
IDictionary::GetEntry Method ()
IDictionary::HasEntry Method ()
IDictionary::RemoveEntry Method ()
IDictionary::RenameEntry Method ()
IDictionary::SetEntry Method ()
DraftSight V1R4.0