GetDataType method

Returns the data type and unit type for the specifed row type.

See Also | Example

Signature

object.GetDataType rowType, pDataType, pUnitType

object

TableStyle
The object or objects to which this method applies.

rowType

AcRowType; input-only
Can be one of the following values:

acUnknownRow

acDataRow

acTitleRow

acHeaderRow

pDataType

AcValueDataType; output-only
Can be one of the following values:

acUnknownDataType

acLong

acDouble

acString

acDate

acPoint2d

acPoint3d

acObjectId

acBuffer

acResbuf

acGeneral

pUnitType

AcValueUnitType; output-only
Can be one of the following values:

acUnitless

acUnitDistance

acUnitAngle

acUnitArea

acUnitVolume