Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingViewAlignmentGet
Function ProDrawingViewAlignmentGet
Description
Get view alignment to view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewAlignmentGet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The aligned view
*/
/* (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
The function succeeded.
One or more input arguments was invalid.
The view alignment could not get
User Guide References
¿Fue esto útil?