Function ProLayerViewDependencyGet
Description
Returns the dependency of the view layer display from the drawing layer display.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
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
The function successfully returned the dependency.
You specified an invalid view.
Sample Code References
User Guide References
これは役に立ちましたか?