GetNameOf Method (IDictionary)
Gets the name of the specified entity in the dictionary.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNameOf( _
IDispatch* Entity As System.Object _
) As System.String |
C# | |
---|
System.string GetNameOf(
System.object Entity
) |
JavaScript | |
---|
GetNameOf(
Entity : System.Object\n) : String |
Parameters
- Entity
- Entity whose name to get in the dictionary
Parameters
- Name[out] or Return Value
- Name of the specified entity (see Remarks)
Example
Remarks
See Also
Availability
DraftSight V1R4.0