Read-only |
|
Description |
Read the names of source domains in the multi-dimensional sweep whose state is ON and whose dimension order is the specified dimension order. |
VB Syntax |
names = md.DimensionCatalog(dim) |
Variable |
(Type) - Description |
names |
(Variant) Variable to store the returned source domain names. |
md |
A MultiDimensionalSweep (object) which belongs to a SA channel. |
dim |
(long) Dimension order. Choose an integer value of 1 or higher. |
Return Type |
String. Names are separated by commas. |
Default |
Not Applicable |
Examples |
names = md.DimensionCatalog(3) 'Read |
C++ Syntax |
HRESULT get_DimensionCatalog (long dim, VARIANT * pValue); |
Interface |
IMultiDimensionalSweep |