C++
AcAxPoint3d( const VARIANT* var );
Description
Constructs a 3D point with coordinates from var. The VARIANT should contain a SAFEARRAY of three doubles.
Parameters
| Parameters | Description |
|---|---|
| var | Input VARIANT pointer containing x,y,z coordinates |
Previous Declaration
AcAxPoint3d(const VARIANT* var) throw(HRESULT);