ICubeInstanceDestinations.FindByKey

Syntax

FindByKey(DestinationKey: Integer): ICubeInstanceDestination;

Parameters

DestinationKey- key of cube display version, by which search is executed.

Description

The FindByKey method searches and returns an object that contains properties and methods that are used to work with the created cube, if search is successful. Key of the display version is passed by the DestinationKey parameter.

See also:

ICubeInstanceDestinations