Gets the corridor's out of date flag.

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

Syntax

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

See Also