InputPointContextDrawContext
Property
 | 
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public ViewportDraw DrawContext { get; }
 
Public ReadOnly Property DrawContext As ViewportDraw
        Get
 
public:
property ViewportDraw^ DrawContext {
        ViewportDraw^ get ();
}
 
member DrawContext : ViewportDraw with get
 
 
 
Property Value
ViewportDraw
 
See Also