CreateExtensionDictionary Method (IDictionary) Send Feedback
See Also 
Dictionary[out]
Dictionary
Creates an extension dictionary for the dictionary.

Syntax

Visual Basic 
Function CreateExtensionDictionary() As Dictionary
C# 
Dictionary CreateExtensionDictionary()
JavaScript 
CreateExtensionDictionary() : dsDictionary
COM native C++ 
HRESULT CreateExtensionDictionary(
   IDictionary** Dictionary
)  
C++ 
DSRESULT CreateExtensionDictionary(
   dsDictionary** Dictionary
)  

Parameters

Dictionary[out] or Return Value
Dictionary

Remarks

If the extension dictionary... Then the extension dictionary is...
Already exists for the dictionary Not overwritten; instead, the existing extension dictionary is returned.

Was erased by either IDictionary::ReleaseExtensionDictionary or IDictionary::Erased

Restored.  

NOTE: If the drawing is closed with the extension dictionary erased, then the extension dictionary is deleted from the drawing and cannot be restored.

 

See Also

Availability

DraftSight V1R4.0