Share

AutoWideningCriteriaInfo.LeftLanesCount Property

The number of left lanes.



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

Syntax

C#

public int LeftLanesCount { get; set; }

VB

Public Property LeftLanesCount As Integer
	Get
	Set

C++

public:
property int LeftLanesCount {
	int get ();
	void set (int value);
}

Property Value

Int32

See Also

Reference

Was this information helpful?