Category Creo Parametric fundamentals, Object ProLayeritem

Function ProLayeritemLayerStatusGet


Description
Return the item status at the layer.
Synopsis
#include <ProLayer.h>
ProErrorProLayeritemLayerStatusGet(
ProDrawing pro_drawing
/* (In)
The drawing that owns the layers where the item resides. If NULL, layers residing in the same model as the given layer item will be found.
*/
ProLayerItem* pro_layer_item
/* (In)
The layer item. If the type is PRO_LAYITEM_FROM_PATH, you must supply the pro_drawing argument.
*/
ProLayer* pro_layer
/* (In)
The layer which contain the item.
*/
ProLayerItemStatus* pro_layitem_status
/* (Out)
The item status.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDThe item is not found on the layer.
PRO_TK_BAD_INPUTSThe input arguments are invalid.

Manual References:

  1. Core: Models and Model Items: Layers