Category Drawings and detail, Object ProDrawing

Function ProDrawingViewAuxiliaryInfoGet


Description
Get the auxiliary view information
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewAuxiliaryInfoGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
the view
*/
ProSelection* selection
/* (Out)
selection reference
*/
ProPoint3d view_location
/* (Out)
point location of the new view
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORCould not get auxiliary view information.

Manual References:

  1. Drawings: Auxiliary Views