Share

AcAxPoint3d::AcAxPoint3d

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

Links

AcAxPoint3d

Previous Declaration

AcAxPoint3d(const VARIANT* var) throw(HRESULT);

Was this information helpful?