Documentação da API > Drawings and detail > Object ProDrawing > Function ProDrawingViewAuxiliaryCreate
Function ProDrawingViewAuxiliaryCreate
Description
Create a auxiliary view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewAuxiliaryCreate
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProSelection selection
/* (In)
selection reference
*/
/* (In)
point location of the new view
*/
ProView* view
/* (Out)
The auxiliary view created
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The auxiliary view could not be created
User Guide References
Isto foi útil?