CreateExtensionDictionary Method (ILine) Send Feedback
See Also 
Dictionary[out]
Dictionary
Creates a dictionary for the Line.

Syntax

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

Remarks

If the dictionary... Then the dictionary is...
Already exists for the Line Not overwritten; instead, the existing dictionary is returned.
Was erased by either ILine::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.

 

See Also

Availability

DraftSight V1R4.0