IsDraw Property

Returns true if the feature line is drawn.

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

Syntax

C#

[ObsoleteAttribute("Functionality has been removed.", false)]
public bool IsDraw { get; }

Visual Basic

<ObsoleteAttribute("Functionality has been removed.", False)> _
Public ReadOnly Property IsDraw As Boolean
	Get

Visual C++

public:
[ObsoleteAttribute(L"Functionality has been removed.", false)]
property bool IsDraw {
	bool get ();
}

See Also