ITsModelParamValue.LinkedObject

Fore syntax

LinkedObject: IMetabaseObjectDescriptor;

Fore.NET syntax

LinkedObject: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;

Description

The LinkedObject property returns dictionary used to determine parameter value.

Comments

To get parameter type, use the ITsModelParamValue.ParamType property.

Fore and Fore.NET examples

The property use is given in the example for ITsModelParamValue.DataType.

See also:

ITsModelParamValue