Share

AcDbLayerStateManager::layerStateHasViewportData

C++

bool layerStateHasViewportData(
    const ACHAR* sName
);

Description

Returns a Boolean indicating whether the given layer state has viewport data associated with it. A layer state has viewport data if saveLayerState() was called with a non-null idVp parameter.

Parameters

Parameters Description
sName Input layer state to be interrogated

Links

AcDbLayerStateManager

Was this information helpful?