Feedback

  • Contents
 

II3IDTypes::Item Method

Synopsis

Returns a type object specified by the index in the types collection.

IDL Function Prototype

HRESULT Item(

   [in] long TypeIndex,

   [out, retval] II3IDType ** theType

);

C/C++ Syntax

HRESULT Item(long TypeIndex, II3IDType ** theType);

Parameters

TypeIndex

The index number of the item to retrieve from the types collection.

theType

The return value is an II3IDType type object.