ISourceDataImportDestinationInfo.FreeDimensions

Fore Syntax

FreeDimensions: IDimensionSet;

Fore.NET Syntax

FreeDimensions: Prognoz.Platform.Interop.Dimensions.IDimensionSet;

Description

The FreeDimensions property returns a list of free dimensions.

Comments

Free dimension is a dimension used for search, but the elements of the dimension are not included into search result name. Calendar dimension is always indexed as a free one. If it is necessary, add another dimensions to the list of free dimensions.

Example

The example of use is given in description of the ISourceDataImportDestinationInfos.Add method.

See also:

ISourceDataImportDestinationInfo