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





Windows & Linux

Description

Retrieves a scripting parameter in the collection by index.

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.