Share

FeatureLineComponent.IsReversed Property

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

Syntax

C#

public bool IsReversed { get; set; }

VB

Public Property IsReversed As Boolean
	Get
	Set

C++

public:
property bool IsReversed {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?