RTI Connext C# API  6.1.0
IArrayType Interface Reference

Defines an IArrayType. More...

Inheritance diagram for IArrayType:
ICollectionType IDynamicType ArrayType

Public Member Functions

uint GetDimension (uint index)
 Returns the i-th dimension. More...
 

Properties

uint DimensionCount [get]
 The number of dimensions. More...
 
uint TotalElementCount [get]
 The sum of all the dimensions. More...
 
- Properties inherited from ICollectionType
IDynamicType ContentType [get]
 The IDynamicType of the elements contained the ICollectionType. More...
 
- Properties inherited from IDynamicType
string Name [get]
 The name of the IDynamicType. More...
 
TypeKind Kind [get]
 The kind of IDynamicType. More...
 

Detailed Description

Defines an IArrayType.

Member Function Documentation

◆ GetDimension()

uint GetDimension ( uint  index)

Returns the i-th dimension.

Implemented in ArrayType.

Property Documentation

◆ DimensionCount

uint DimensionCount
get

The number of dimensions.

◆ TotalElementCount

uint TotalElementCount
get

The sum of all the dimensions.