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





Windows & Linux

Description

Retrieves an associated object from the collection by index.

Syntax

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

Parameters

Index

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.