C++
AcDbEvalVariant( const AcGePoint3d& pt );
Description
Constructs an AcDbEvalVariant wrapping a 3D point.
The variant type is set to AcDbEvalVariant::kPoint3d.
Parameters
| Parameters | Description |
|---|---|
| pt | Input value to assign to the object |
AcDbEvalVariant( const AcGePoint3d& pt );
Constructs an AcDbEvalVariant wrapping a 3D point.
The variant type is set to AcDbEvalVariant::kPoint3d.
| Parameters | Description |
|---|---|
| pt | Input value to assign to the object |