Category Drawings and detail, Object ProDrawing

Function ProDrawingViewAlignmentGet


Description
Get view alignment to view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewAlignmentGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The aligned view
*/
ProDrawingViewAlignStyle* align_style
/* (Out)
Horizontal or vetrical style
*/
ProView* view_reference
/* (Out)
The reference view
*/
ProSelection* align_ref_1
/* (Out)
Alignment reference of the reference view, NULL if view origin
*/
ProSelection* align_ref_2
/* (Out)
Alignment reference of the aligned view, NULL if view origin
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe view alignment could not get

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views