Share

AcDbPointCloudEx::setLocation Method

C++

Acad::ErrorStatus setLocation(
    const AcGePoint3d& pt
);

Description

Specifies the location in the drawing where the base point of the point cloud is attached.

Parameters

Parameters Description
pt The location point to be set.

Returns

Returns Acad::eOk if successful. If point cloud is locked, this function will return Acad::eNotApplicable.

Links

AcDbPointCloudEx Class

Was this information helpful?