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