Returns true if the feature line is drawn.

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

Syntax

C#
public bool IsDraw { get; }
Visual Basic
Public ReadOnly Property IsDraw As Boolean
	Get
Visual C++
public:
property bool IsDraw {
	bool get ();
}

See Also