Gets or sets a boolean value which specifies whether the boundary is to be drawn in the reverse direction of the corridor station order.

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

Syntax

C#
public bool IsReversed { get; set; }
Visual Basic
Public Property IsReversed As Boolean
	Get
	Set
Visual C++
public:
property bool IsReversed {
	bool get ();
	void set (bool value);
}

See Also