STK AstrogatorSend comments on this topic.
GetItemByIndex Method (IAgVAStateConfigCollection)
See Also
Index
Windows





Windows & Linux

Description

Retrieves a state config property in the collection by index.

Syntax

[Visual Basic .NET]
Public Function GetItemByIndex( _
    ByVal Index As Integer _
) As IAgVAStateConfig
[C#]
public IAgVAStateConfig GetItemByIndex(
    int Index
);
[Managed C++]
public: IAgVAStateConfig^ GetItemByIndex(
    int Index
);
[Unmanaged C++]
public: HRESULT GetItemByIndex(
    int Index,
    IAgVAStateConfig ** pptateConfig
);
[Java]
public IAgVAStateConfig getItemByIndex(
    Integer Index
);
[Python - STK API ]
def GetItemByIndex(self, Index:int) -> "IAgVAStateConfig":

Parameters

Index

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.