Adds a graphics view where drawing is drawn.
Returns true if the view was successfully added to the
device.
Namespace:  Teigha.GraphicsSystem
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public abstract void Add(
        View pView
)
 
Public MustOverride Sub Add ( 
        pView As View
)
 
public:
virtual void Add(
        View^ pView
) abstract
 
abstract Add : 
        pView : View -> unit 
 
 
 
Parameters
- pView
 
- Type: Teigha.GraphicsSystemView
[in] View to be added and associated with this device. 
 
See Also