public final class ArrayDesc extends Object implements Serializable
Definition from MSDN: Contained within the TYPEDESC, which describes the type of the array's elements, and information about the array's dimensions.
| Modifier and Type | Field and Description |
|---|---|
short |
cDims
Dimension Count.
|
SafeArrayBounds[] |
safeArrayBounds
Variable length array containing one element for each dimension.
|
TypeDesc |
typeDesc
Element Type.
|
public final TypeDesc typeDesc
public final short cDims
public final SafeArrayBounds[] safeArrayBounds
Copyright © 2017 LSST. All rights reserved.