API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingViewAlignmentSet
Function ProDrawingViewAlignmentSet
Description
Set view alignment to view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewAlignmentSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view_reference
/* (In)
The reference view
*/
ProView view
/* (In)
The view to be aligned
*/
/* (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
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The view alignment could not set
User Guide References
도움이 되셨나요?