AGI STK Objects 11Send comments on this topic.
Item Property (IAgStkObjectElementCollection)
See Also
IndexOrName
Windows






Windows & Linux

Description

Given an index, returns an element in the collection. If the index is an integer, then the method returns the element in the collection at the given position. If the index is a string, then the method returns the element with the specified name.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal IndexOrName As System.Object _
) As 
[C#]
public IAgStkObject this[
    System.Object IndexOrName
] {get;}
[Managed C++]
public: __property IAgStkObject^ get_Item(
    VARIANT IndexOrName
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT IndexOrName,
    IAgStkObject* ppRetVal
);
[Java]
public IAgStkObject getItem(
    VARIANT IndexOrName
);

Parameters

IndexOrName

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.