CADability dotNET
Returns the type of the entry, see ShowPropertyEntryType.

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

Syntax

C#
ShowPropertyEntryType EntryType { get; }
Visual Basic
ReadOnly Property EntryType As ShowPropertyEntryType
	Get
Visual C++
property ShowPropertyEntryType EntryType {
	ShowPropertyEntryType get ();
}

See Also