Share

AcAxPoint3d::AcAxPoint3d

C++

AcAxPoint3d(
    const SAFEARRAY* safeArrayPt
);

Description

Constructs a 3D point with coordinates from safeArrayPt. The SAFEARRAY is one dimensional and composed of three doubles

Parameters

Parameters Description
safeArrayPt Input SAFEARRAY pointer containing x,y,z coordinates

Previous Declaration

AcAxPoint3d(const SAFEARRAY* safeArrayPt) throw(HRESULT);

Links

AcAxPoint3d

Was this information helpful?