AreaID Property

Gets the area ID for the watershed area.

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

Syntax

C#

public int AreaID { get; }

Visual Basic

Public ReadOnly Property AreaID As Integer
	Get

Visual C++

public:
property int AreaID {
	int get ();
}

See Also