Search
IArrows.Item Property
See Also
 



Gets the arrow at the specified index.

 Syntax

VB6  Copy Code

Public Property Get Item( _
    ByVal Index As Long _
) As Arrow

C++  Copy Code

public:
Arrow* get_Item (
    int Index
)

 Parameters

Index

 Property Value

A reference to Arrow object.

 Remarks

Retrieves a reference to the arrow object on the index-th place of the collection.

 See Also