API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingViewNameSet
Function ProDrawingViewNameSet
Description
Set the drawing view name
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewNameSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProName name
/* (In)
Name of the view to be set
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The view name could not set because another view has this name and allow_duplicate_view_names is no.
The view name could not set
Sample Code References
User Guide References
Was this helpful?