Category Drawings and detail, Object ProDrawing

Function ProDrawingViewNameGet


Description
Returns the name of a view in the drawing.
Replacement in Object TOOLKIT: pfcView2D::Name
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewNameGet(
ProDrawing drawing
/* (In)
The handle to the drawing.
*/
ProView view
/* (In)
The view handle.
*/
ProName name
/* (Out)
The view name.
*/
)
Returns
PRO_TK_NO_ERRORFunction successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_E_NOT_FOUNDThe view did not have a name.

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views

Sample Code References:

  1. pt_examples ( TestDrwView.c )
  2. pt_userguide ( UgModelCheck.c )
  3. pt_userguide ( UgModelCheck.c )