Count Property

Gets the count of override objects in the collection.

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

Syntax

C#

public int Count { get; }

Visual Basic

Public ReadOnly Property Count As Integer
	Get

Visual C++

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

See Also