CADability dotNET

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

Syntax

C#
ShowPropertyEntryType IShowProperty.EntryType { get; }
Visual Basic
Private ReadOnly Property EntryType As ShowPropertyEntryType
	Implements IShowProperty.EntryType
	Get
Visual C++
private:
virtual property ShowPropertyEntryType EntryType {
	ShowPropertyEntryType get () sealed = IShowProperty::EntryType::get;
}

Implements

IShowProperty..::..EntryType

See Also