ICubeInstanceDestination.CreateExecutor

Syntax

CreateExecutor: ICubeInstanceDestinationExecutor;

Description

The CreateExecutor method creates an object that calculates the output matrix of a cube.

Comments

To create an object that calculates output cube matrix with the use of parameters, use ICubeInstanceDestination.CreateExecutorO.

Example

The method use is given in example for the ICubeInstanceDestinationExecutor.PerformExecute method.

See also:

ICubeInstanceDestination