J-Integra® Espresso Programming Documentation (API)

ORB.create_array_tc Method

Creates a TypeCode object representing an IDL array. The TypeCode object is initialized with the given length and element type.

Ics.CORBA.TypeCode create_aray_tc(
 int length,
 Ics.CORBA.TypeCode original_type
);

Parameters

length
the length of the array.
element_type
a TypeCode object describing the type of element contained in the array.
original_type
the TypeCode object describing the original type for which this is an alias .

Return Value

the newly-created TypeCode object describing an IDL array.

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace