RTI Connext C# API Version 7.2.0
Omg.Types.Dynamic.IArrayType Interface Reference

Defines an IArrayType. More...

Inheritance diagram for Omg.Types.Dynamic.IArrayType:
Omg.Types.Dynamic.ICollectionType Omg.Types.Dynamic.IDynamicType Rti.Types.Dynamic.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 Omg.Types.Dynamic.ICollectionType
IDynamicType ContentType [get]
 The IDynamicType of the elements contained the ICollectionType. More...
 
- Properties inherited from Omg.Types.Dynamic.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 Omg.Types.Dynamic.IArrayType.GetDimension ( uint  index)

Returns the i-th dimension.

Implemented in Rti.Types.Dynamic.ArrayType.

Property Documentation

◆ DimensionCount

uint Omg.Types.Dynamic.IArrayType.DimensionCount
get

The number of dimensions.

Implemented in Rti.Types.Dynamic.ArrayType.

◆ TotalElementCount

uint Omg.Types.Dynamic.IArrayType.TotalElementCount
get

The sum of all the dimensions.

Implemented in Rti.Types.Dynamic.ArrayType.