| Visual Basic | |
|---|---|
Function GetNamedObjectsDictionary() As Dictionary | |
| C# | |
|---|---|
Dictionary GetNamedObjectsDictionary() | |
| JavaScript | |
|---|---|
GetNamedObjectsDictionary() : dsDictionary | |
| COM native C++ | |
|---|---|
HRESULT GetNamedObjectsDictionary( IDictionary** Dictionary ) | |
| C++ | |
|---|---|
DSRESULT GetNamedObjectsDictionary( dsDictionary** Dictionary ) | |
Parameters
- Dictionary[out] or Return Value
- Named-objects dictionary
Create and Remove Dictionaries (C#)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
A named-objects dictionary for a drawing associates unique entry names with unique objects of any type.
The named-objects dictionary is the root dictionary of non-graphical objects in the drawing.
DraftSight V1R4.0
Syntax