Visual Basic | |
---|---|
Function GetDataType( _ ByVal Index As System.Integer _ ) As dsCustomDataType_e |
C# | |
---|---|
dsCustomDataType_e GetDataType( System.int Index ) |
JavaScript | |
---|---|
GetDataType( Index : Number ) : String |
COM native C++ | |
---|---|
HRESULT GetDataType( LONG Index, dsCustomDataType_e* DataType ) |
C++ | |
---|---|
DSRESULT GetDataType( long Index, dsCustomDataType_e* DataType ) |
Parameters
- Index
- Index of the XRecord data element whose data type to get (see Remarks)
- DataType[out] or Return Value
- Data type as defined in dsCustomDataType_e
Create and Remove Dictionaries (C#)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
Data types correspond to custom data types.
Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
DraftSight V1R4.0