Category Drawings and detail, Object ProDrawing

Function ProDrawingViewExplodedSet


Description
Set the exploded state of the view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewExplodedSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProBoolean exploded_state
/* (In)
The exploded state
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe exploded state could not set

Manual References:

  1. Drawings: View States