Creates a new view and associates it with this
device.
Namespace:  Teigha.GraphicsSystem
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public abstract View CreateView()
 
Public MustOverride Function CreateView As View
 
public:
virtual View^ CreateView() abstract
 
abstract CreateView : unit -> View 
 
 
 
Return Value
Type: 
View
A handle to the created view.
 
See Also