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.3.1717.0

Syntax

C#

public override bool Draw { set; }

Visual Basic

Public Overrides WriteOnly Property Draw As Boolean
	Set

Visual C++

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

See Also