Category Drawings and detail, Object ProDrawing

Function ProDrawingView2DSectionFlipGet


Description
Get flip state of 2D cross-section for a drawing view.
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingView2DSectionFlipGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
int index
/* (In)
Index of the setting
*/
ProBool* p_flip
/* (Out)
Flip state of the cross-section in view.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Drawings: Sections of a View
  2. Drawings: Sections of a View