Share

AcDbPointCloudEx::setRegionVisibility Method

C++

void setRegionVisibility(
    int regionId, 
    bool bVisible
);

Description

Sets whether or not a specified region is visible. This function can be used to set visibility of any region, or to points that are not assigned to any region. If the given region ID is outside of the range of valid region IDs, there is no change.

Parameters

Parameters Description
regionId The region ID.
bVisible The region's visibility.

Links

AcDbPointCloudEx Class

Was this information helpful?