GetNameOf Method (IDictionary) Send Feedback
See Also  Example
Name[out]
Name of the specified entity (see Remarks)
Entity
Entity whose name to get in the dictionary
Gets the name of the specified entity in the dictionary.

Syntax

Visual Basic 
Function GetNameOf( _
   ByVal Entity As System.Object _
) As System.String
C# 
System.string GetNameOf( 
   System.object Entity
)
JavaScript 
GetNameOf( 
   Entity : Object
) : String
COM native C++ 
HRESULT GetNameOf( 
   IDispatch* Entity,
   BSTR* Name
) 
C++ 
DSRESULT GetNameOf( 
   dsObject* Entity,
   dsString* Name
) 

Parameters

Entity
Entity whose name to get in the dictionary
Name[out] or Return Value
Name of the specified entity (see Remarks)

Example

Remarks

If an empty string is returned, then the specified entity is not in the dictionary.
 

See Also

Availability

DraftSight V1R4.0