C++
AcAxPoint2d( const SAFEARRAY* safeArrayPt );
Description
Constructs 2D point with coordinates in safeArrayPt. The SAFEARRAY is one dimensional and composed of two doubles.
Parameters
Parameters | Description |
---|---|
safeArrayPt | Input SAFEARRAY pointer containing x,y coordinates |
Links
Previous Declaration
AcAxPoint2d(const SAFEARRAY* safeArrayPt) throw(HRESULT);