Category Drawings and detail, Object ProDrawing

Function ProDrawingViewExplodedGet


Description
Get the exploded state of the view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewExplodedGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProBoolean* exploded_state
/* (Out)
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 get

Manual References:

  1. Assembly: Basic Assembly Access: Exploded Assemblies
  2. Drawings: View States
  3. Drawings: View States