Category Drawings and detail, Object ProDrawing

Function ProDrawingDimSwitchView


Description
Applies to dimensions stored in the solid or in the drawing.
Replacement in Object TOOLKIT: pfcModel2D::SetViewDisplaying
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingDimSwitchView(
ProDrawing drawing
/* (In)
The drawing in which the dimension is displayed.
*/
ProDimension* dimension
/* (In)
The dimension.
*/
ProView target_view
/* (In)
The drawing view in which the dimension is to be displayed.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_CANT_WRITECould not delete the given item because it has read-only access.

Manual References:

  1. Drawings: Other Drawing Dimension Properties
  2. Drawings: Other Drawing Dimension Properties