Function ProLayerViewDependencySet
Description
Sets the display status of the view to either follow the display status in the drawing, or be independent from the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProLayerViewDependencySet
(
ProView view
/* (In)
The view whose display status you want to set.
*/
ProBoolean depend
/* (In)
If this is PRO_B_TRUE, the view display status should follow the display status in the drawing. If this is PRO_B_FALSE, the view display status should be independent from the drawing.
*/
)
Returns
The function successfully set the dependency.
Model is in read-only state.
You specified an invalid view.
Sample Code References
User Guide References
これは役に立ちましたか?