Category Drawings and detail, Object ProDwg

Function ProDwgLayerSavedstatusGet


Description
Retrieves the saved status for the specified layer and view.
Synopsis
#include <ProLayer.h>
ProErrorProDwgLayerSavedstatusGet(
ProLayer* layer
/* (In)
The layer whose status you want to retrieve
*/
ProView view
/* (In)
The view of drawing whose layer saved status is requested
*/
ProLayerDisplay* saved_status
/* (Out)
The saved status
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDThe specified layer was not found.

Manual References:

  1. Core: Models and Model Items: Layers
  2. Core: Models and Model Items: Layers