Count Property

Gets the number of style objects in the collection.

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

Syntax

C#

public virtual int Count { get; }

Visual Basic

Public Overridable ReadOnly Property Count As Integer
	Get

Visual C++

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

See Also