CADability dotNET
Implementation of EntryType. Returns SimpleEntry

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

Syntax

C#
public virtual ShowPropertyEntryType EntryType { get; }
Visual Basic
Public Overridable ReadOnly Property EntryType As ShowPropertyEntryType
	Get
Visual C++
public:
virtual property ShowPropertyEntryType EntryType {
	ShowPropertyEntryType get ();
}

Implements

IShowProperty..::..EntryType

See Also