Draw Property

Gets or sets whether this entity will be drawn in the graph.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public bool Draw { get; set; }

Visual Basic

Public Property Draw As Boolean
	Get
	Set

Visual C++

public:
property bool Draw {
	bool get ();
	void set (bool value);
}

See Also