Share

AcDbPointCloudEx::findScanItem Method

C++

AcPointCloudItem* findScanItem(
    const AcString& scanGuid
);

Description

Gets a scan item by the scan GUID in the point cloud.

Parameters

Parameters Description
scanGuid The given scan GUID so a corresponding scan item will return.

Links

AcDbPointCloudEx Class

Was this information helpful?