Share

AcDbPointCloudDefEx::load Method

C++

Acad::ErrorStatus load();

Description

Loads point cloud data from the source point cloud file. If the point cloud is already loaded, Acad::eOk is returned. This will notifies all dependent AcDbPointCloudEx entities to be redrawn.

Returns

Returns Acad::eOk if successful, or Acad::eInvalidInput otherwise.

Links

AcDbPointCloudDefEx Class

Was this information helpful?