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
If the dictionary... | Then the dictionary is... |
Already exists for the 2D Solid | Not overwritten; instead, the existing dictionary is returned. |
Was erased by either ISolid::ReleaseExtensionDictionary or IDictionary::Erased |
Restored. NOTE: If the drawing is closed with the dictionary erased, then the dictionary is deleted from the drawing and cannot be restored. |
DrftSight V1R4.0