| 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 Point | Not overwritten; instead, the existing dictionary is returned. |
| Was erased by either IPoint::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. |
DraftSight V1R4.0
Syntax