Visual Basic | |
---|---|
Sub GetDataType( _ ByVal Index As System.Integer, _ ByRef DataType As dsCustomDataType_e _ ) |
C# | |
---|---|
void GetDataType( System.int Index, out dsCustomDataType_e DataType ) |
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 custom data element
- DataType[out] or Return Value
- Data type of specified custom data element as defined in dsCustomDataType_e
Add, Modify, and Remove Custom Data (C#)
Add, Modify, and Remove Custom Data (VB.NET)
Add, Modify, and Remove Custom Data (VBA)
Add and Modify Custom Data (JavaScript)
Add, Modify, and Remove Custom Data (VB.NET)
Add, Modify, and Remove Custom Data (VBA)
Add and Modify Custom Data (JavaScript)
Call ICustomData::GetDataCount before calling this method to determine a valid value for Index.
DraftSight V1R1.2