Visual Basic | |
---|---|
Function CreateXRecord( _ ByVal Name As System.String _ ) As XRecord |
C# | |
---|---|
XRecord CreateXRecord( System.string Name ) |
COM native C++ | |
---|---|
HRESULT CreateXRecord( BSTR Name, IXRecord** XRecord ) |
C++ | |
---|---|
DSRESULT CreateXRecord( const dsString& Name, dsXRecord** XRecord ) |
Parameters
- Name
- Name of the record to create in the dictionary
- XRecord[out] or Return Value
- Record in the dictionary (see Remarks)
Create and Remove Dictionaries (C#)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
Create and Remove Dictionary (JavaScript)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
Create and Remove Dictionary (JavaScript)
If the specified record already exists in the dictionary, then it is not overwritten.
DraftSight V1R4.0