Share

AcFdFieldValue Constructor

Overload List

Method Description
AcFdFieldValue::AcFdFieldValue () Constructs a field value object with an uninitialized data type.
AcFdFieldValue::AcFdFieldValue (AcDbEvalVariant&) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (AcDbObjectId&) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (AcFdFieldValue&) Copy constructor.
AcFdFieldValue::AcFdFieldValue (AcFdFieldValue::DataType) Constructs a field value object of the specified data type.
AcFdFieldValue::AcFdFieldValue (AcGePoint2d&) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (AcGePoint3d&) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (ACHAR *) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (Adesk::Int32) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (Adesk::Time64&) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (double) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (double, double) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (double, double, double) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (resbuf&) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (std::tm&) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (VARIANT&) Constructs a field value object with the specified value.
AcFdFieldValue::AcFdFieldValue (void*, uint32_t) Constructs a field value object with the specified value.

Was this information helpful?