Category Drawings and detail, Object ProDrawing

Function ProDrawingViewNameSet


Description
Set the drawing view name
Replacement in Object TOOLKIT: pfcView2D::Name
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewNameSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProName name
/* (In)
Name of the view to be set
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_FOUNDThe view name could not set because another view has this name and allow_duplicate_view_names is no.
PRO_TK_GENERAL_ERRORThe view name could not set

Manual References:

  1. Drawings: Modifying Views
  2. Drawings: Modifying Views

Sample Code References:

  1. pt_examples ( TestDrwView.c )