API 설명서 > Creo Parametric fundamentals > Object ProLayer > Function ProLayerViewDependencySet
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.
You specified an invalid view.
Sample Code References
User Guide References
도움이 되셨나요?