ITsModelParamValue.LinkedObject

Fore Syntax

LinkedObject: IMetabaseObjectDescriptor;

Fore.NET Syntax

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

Description

The LinkedObject property returns the dictionary that is used to determine a 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