STK AstrogatorSend comments on this topic.
Item Property (IAgVATargeterGraphResultCollection)
See Also
Index
Windows





Windows & Linux

Description

Allows you to iterate through the collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal Index As Integer _
) As IAgVATargeterGraphResult
[C#]
public IAgVATargeterGraphResult this[
    int Index
] {get;}
[Managed C++]
public: __property IAgVATargeterGraphResult^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    IAgVATargeterGraphResult* DCControl
);
[Java]
public IAgVATargeterGraphResult getItem(
    int Index
);
[Python - STK API ]
@property
def Item(self) -> "IAgVATargeterGraphResult":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.