IDynamicInstance.ChildInstance

Fore Syntax

ChildInstance(idx: Integer): IDynamicInstance;

Fore.NET Syntax

ChildInstance[idx: Integer]: Prognoz.Platform.Interop.Dimensions.DynamicInstance;

Parameters

idx. Index of child dictionary.

Description

The ChildInstance property returns child dictionary by its index.

Comments

Child dictionary is a dictionary copied using the IDynamicInstance.Clone method.

Fore and Fore.NET Examples

The property use is given in the example for IDynamicInstance.OperationsVisibility.

See also:

IDynamicInstance