Category Creo Parametric fundamentals, Object ProLayer

Function ProLayerViewDependencyGet


Description
Returns the dependency of the view layer display from the drawing layer display.
Replacement in Object TOOLKIT: pfcView2D::IsViewdisplayLayerDependent
Synopsis
#include <ProLayer.h>
ProErrorProLayerViewDependencyGet(
ProView view
/* (In)
The view whose display status you want.
*/
ProBoolean* depend
/* (Out)
If this is PRO_B_TRUE, the view display follows the drawing display. If this is PRO_B_FALSE, the view display is independent.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the dependency.
PRO_TK_BAD_INPUTSYou specified an invalid view.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestLayer.c )