API Documentation > Interface Classes > Class pfcDrawingDimensionShowInstructions
Class pfcDrawingDimensionShowInstructions

# include <pfcView2D.h>

class
pfcDrawingDimensionShowInstructions
: public virtual
pfcComponentDimensionShowInstructions
{
xdeclare(pfcDrawingDimensionShowInstructions)
...
};
This is a
COMPACT class.

Description
This class contains information used to display a dimension in a drawing view. All dimensions shown in a drawing must belong to a drawing view (wither the view of a model or the background view of a sheet).
Method Summary
Returns a new instance of pfcDrawingDimensionShowInstructions.
void
The drawing view that shows the dimension.
Methods Inherited from Class pfcComponentDimensionShowInstructions::
Method Detail
GetView
()
void
SetView
(pfcView2D_ptr value)
The drawing view that shows the dimension.
Returns a new instance of pfcDrawingDimensionShowInstructions.
Parameters:
View
The drawing view in which to show the dimension.
Path
The component path from the assembly to the component containing the dimension, or null if not applicable.
Returns:
The new instructions object.
Was this helpful?