Feedback

  • Contents
 

II3IDStepLinks::Item Method

Synopsis

Retrieves a step link by its index in the step links collection.

IDL Function Prototype

HRESULT Item(

   [in] long StepLinkIndex,

   [out, retval] II3IDStepLink ** theLink

);

C/C++ Syntax

HRESULT Item(long StepLinkIndex, II3IDStepLink ** theLink);

Parameters

StepLinkIndex

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

theLink

The return value is an II3IDStepLink object.