API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingViewXhatchDependentGet
Function ProDrawingViewXhatchDependentGet
Description
Set section hatching is dependency on parent view.
Synopsis
#include <ProXsec.h>
ProDrawingViewXhatchDependentGet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProBoolean* is_dep
/* (Out)
PRO_B_TRUE if dependent.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No section or hatching present.
User Guide References
Was this helpful?