Category Drawings and detail, Object ProDrawing

Function ProDrawingViewSectionTypeGet


Description
Get section type for a view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewSectionTypeGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProDrawingViewSectionType* section_type
/* (Out)
section type
*/
)
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