Share

AcDbPointCloudEx::setAllRegionsVisibility Method

C++

void setAllRegionsVisibility(
    bool bVisible, 
    bool includeUnassigned = false
);

Description

Sets whether or not all regions are visible.

Parameters

Parameters Description
bVisible The visibility for all regions.
includeUnassigned true or false, whether or not set the bVisible to unassigned points

Links

AcDbPointCloudEx Class

Was this information helpful?