CreateDictionary Method (IDictionary) Send Feedback
See Also  Example
Dictionary[out]
Dictionary (see Remarks)
Name
Name of the dictionary to create in the dictionary
Creates the specified dictionary in the dictionary.

Syntax

Visual Basic 
Function CreateDictionary( _
   ByVal Name As System.String _
) As Dictionary
C# 
Dictionary CreateDictionary( 
   System.string Name
)
JavaScript 
CreateDictionary( 
   Name : String
) : dsDictionary
COM native C++ 
HRESULT CreateDictionary( 
   BSTR Name,
   IDictionary** Dictionary
) 
C++ 
DSRESULT CreateDictionary( 
   const dsString& Name,
   dsDictionary** Dictionary
) 

Parameters

Name
Name of the dictionary to create in the dictionary
Dictionary[out] or Return Value
Dictionary (see Remarks)

Example

Remarks

If the specified dictionary already exists in the dictionary, then it is not overwritten.
 

See Also

Availability

DraftSight V1R4.0