CADability dotNET
Gets an array of the names of all entries

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

Syntax

C#
public string[] AllItems { get; }
Visual Basic
Public ReadOnly Property AllItems As String()
	Get
Visual C++
public:
property array<String^>^ AllItems {
	array<String^>^ get ();
}

See Also