Category Creo Parametric fundamentals, Object ProLayer

Function ProLayerSavedstatusGet


Description
Retrieves the saved status for the specified layer.
Synopsis
#include <ProLayer.h>
ProErrorProLayerSavedstatusGet(
ProLayer* layer
/* (In)
The layer whose status you want to retrieve
*/
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.
PRO_TK_INVALID_NAMEYou specified an invalid layer name.

Manual References:

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