Read-only
 

DimensionCount Property


Description

Read the highest dimension order in the multi-dimensional sweep.

 VB Syntax

count = md.DimensionCount

Variable

(Type) - Description

count

(long) Variable to store the returned dimension order value.

md

A MultiDimensionalSweep (object) which belongs to a SA channel.

Return Type

long

Default

0

Examples

count = md.DimensionCount  'Read

C++ Syntax

HRESULT get_DimensionCount (long* count);

Interface

IMultiDimensionalSweep