GetNamedObjectsDictionary Method (IDocument) Send Feedback
See Also  Example
Dictionary[out]
Named-objects dictionary
Gets the named-objects dictionary for the drawing.

Syntax

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

Example

Remarks

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.

 

See Also

Availability

DraftSight V1R4.0