Description | ||||||||
Returns the dependency of the view layer display from the drawing layer display. | ||||||||
Replacement in Object TOOLKIT: | pfcView2D::IsViewdisplayLayerDependent | |||||||
Synopsis | ||||||||
#include <ProLayer.h> | ||||||||
ProError | ProLayerViewDependencyGet | ( | ||||||
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 | ||||||||
|