IAcadTableStyleSetDataType2 Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
void SetDataType2(
string bstrCellStyle,
AcValueDataType nDataType,
AcValueUnitType nUnitType
)
Sub SetDataType2 (
bstrCellStyle As String,
nDataType As AcValueDataType,
nUnitType As AcValueUnitType
)
void SetDataType2(
[InAttribute] String^ bstrCellStyle,
[InAttribute] AcValueDataType nDataType,
[InAttribute] AcValueUnitType nUnitType
)
abstract SetDataType2 :
bstrCellStyle : string *
nDataType : AcValueDataType *
nUnitType : AcValueUnitType -> unit
Parameters
- bstrCellStyle
- Type: SystemString
- nDataType
- Type: BricscadDbAcValueDataType
- nUnitType
- Type: BricscadDbAcValueUnitType
See Also