CADability dotNET
Implements SubEntries, returns the subentries defined by the derived action (see SetInput(array<Object>[]()[][])).

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

Syntax

C#
IShowProperty[] IShowProperty.SubEntries { get; }
Visual Basic
Private ReadOnly Property SubEntries As IShowProperty()
	Implements IShowProperty.SubEntries
	Get
Visual C++
private:
virtual property array<IShowProperty^>^ SubEntries {
	array<IShowProperty^>^ get () sealed = IShowProperty::SubEntries::get;
}

Implements

IShowProperty..::..SubEntries

See Also