Gets or sets whether this entity will be drawn in the graph.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual bool Draw { get; set; }
VB
Public Overridable Property Draw As Boolean Get Set
C++
public: virtual property bool Draw { bool get (); void set (bool value); }