STK Vector Geometry ToolSend comments on this topic.
GetItemByIndex Method (IAgCrdnSystemGroup)
See Also
Index
Specify an index of a system.
Windows





Windows & Linux

Description

Retrieves a system from the collection by index.

Syntax

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

Parameters

Index
Specify an index of a system.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.