GetExtensionDictionary Method (IEntityHelper) Send Feedback
See Also 
Dictionary[out]
Dictionary
Obj
Entity for which to get its dictionary
Gets the dictionary for the specified entity.

Syntax

Visual Basic 
Function GetExtensionDictionary( _
   ByVal Obj As System.Object _
) As Dictionary
C# 
Dictionary GetExtensionDictionary( 
   System.object Obj
)
JavaScript 
GetExtensionDictionary( 
   Obj : Object
) : dsDictionary
COM native C++ 
HRESULT GetExtensionDictionary( 
   IDispatch* Obj,
   IDictionary** Dictionary
) 
C++ 
DSRESULT GetExtensionDictionary( 
   dsObject* Obj,
   dsDictionary** Dictionary
) 

Parameters

Obj
Entity for which to get its dictionary
Dictionary[out] or Return Value
Dictionary

Remarks

If the dictionary does not exist or it was erased by either IEntityHelper::ReleaseExtensionDictionary or IDictionary::Erased, then null or Nothing is returned.
 

See Also

Availability

DraftSight V1R5.0