GetExtensionDictionary Method

Gets the extension dictionary associated with an object.

See Also | Example

Signature

RetVal = object.GetExtensionDictionary

Object

All Drawing Objects, AttributeReference, Block, Dictionary, DimStyle, Group, Layer, Linetype, PlotConfigurations, RegisteredApplication, TextStyle, UCS, View, Viewport; XRecord
The object or objects this method applies to.

RetVal

Dictionary; output-only
The extension dictionary for the object.

Remarks

If an object does not have an extension dictionary, this method will create a new extension dictionary for that object and return it in the return value.

You can query an object to see if it has an extension dictionary by using the HasExtensionDictionary property.

 

   Comments?