Count Property

Gets the number of band objects in the collection.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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