CADability dotNET
Gets the count of items in the list.

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
int Count { get; }
Visual Basic
ReadOnly Property Count As Integer
	Get
Visual C++
property int Count {
	int get ();
}

See Also