Category Drawings and detail, Object ProDrawing

Function ProDrawingViewAlignmentSet


Description
Set view alignment to view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewAlignmentSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view_reference
/* (In)
The reference view
*/
ProView view
/* (In)
The view to be aligned
*/
ProDrawingViewAlignStyle align_style
/* (In)
Horizontal or vetrical style
*/
ProSelection align_ref_1
/* (In)
Alignment reference of the reference view, NULL if view origin
*/
ProSelection align_ref_2
/* (In)
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 set

Manual References:

  1. Drawings: Modifying Views
  2. Drawings: Modifying Views