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

Links

AcAxPoint3d

Previous Declaration

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

Was this information helpful?