C++
GE_DLLEXPIMPORT AcGePosition2d( double x, double y );
Description
Constructs a 2D position object that has the specified coordinates.
Parameters
| Parameters | Description |
|---|---|
| x | Input X coordinate |
| y | Input Y coordinate |
GE_DLLEXPIMPORT AcGePosition2d( double x, double y );
Constructs a 2D position object that has the specified coordinates.
| Parameters | Description |
|---|---|
| x | Input X coordinate |
| y | Input Y coordinate |