Share

AcDbPointCloudEx::findRegionItem Method

C++

AcPointCloudItem* findRegionItem(
    int regionId
);

Description

Gets the region item by its ID in the point cloud. The region ID is stored in the RCP file.

Parameters

Parameters Description
regionId The region ID to be returned.

Links

AcDbPointCloudEx Class

Was this information helpful?