| 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
If the dictionary does not exist or it was erased by either IEntityHelper::ReleaseExtensionDictionary or IDictionary::Erased, then null or Nothing is returned.
DraftSight V1R5.0
Syntax