ManagerCreateAutoCADView Method
|
Namespace: Bricscad.GraphicsSystem
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public View CreateAutoCADView(
Drawable h_Drw
)
Public Function CreateAutoCADView (
h_Drw As Drawable
) As View
public:
View^ CreateAutoCADView(
Drawable^ h_Drw
)
member CreateAutoCADView :
h_Drw : Drawable -> View
Parameters
- h_Drw Drawable
-
Return Value
View
See Also