STK AstrogatorSend comments on this topic.
Item Property (IAgVAIPOPTResultCollection)
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 IAgVAIPOPTResult
[C#]
public IAgVAIPOPTResult this[
    int Index
] {get;}
[Managed C++]
public: __property IAgVAIPOPTResult^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    IAgVAIPOPTResult* IPOPTResult
);
[Java]
public IAgVAIPOPTResult getItem(
    int Index
);
[Python - STK API ]
@property
def Item(self) -> "IAgVAIPOPTResult":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.