GetEffects method: CubeDefn class
Syntax
GetEffects(EffectType)
Description
Any cube that is affected by another cube is an effect of that cube. Use the GetEffects method to return a list of all the cubes affected by this cube.
The list of cubes is returned as an array of string.
Parameters
| Parameter | Description |
|---|---|
|
EffectType |
Specify the type of effects you want returned. |
| Value | Description |
|---|---|
|
AnalyticModel_DirectEffects |
Only return cubes that are a direct effect on this cube. |
|
AnalyticModel_AllEffects |
Return all cubes that are an effect on this cube. |
Returns
An array of string.