WindowShowDrawingView Method |
Display the view of the specified subdiagram.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void ShowDrawingView(
Drawing drawing
)
Public MustOverride Sub ShowDrawingView (
drawing As Drawing
)
Parameters
- drawing
- Type: RootPro.RootProCADDrawing
Partial view of the view to be displayed
See Also