ChildInstance(idx: Integer): IDynamicInstance;
ChildInstance[idx: Integer]: Prognoz.Platform.Interop.Dimensions.DynamicInstance;
idx. Index of child dictionary.
The ChildInstance property returns child dictionary by its index.
Child dictionary is a dictionary copied using the IDynamicInstance.Clone method.
The property use is given in the example for IDynamicInstance.OperationsVisibility.
See also: