STK ObjectsSend comments on this topic.
GetItemByIndex Method (IAgDataProviderCollection)
See Also
Index
Windows





Windows & Linux

Description

Retrieves a data provider from the collection by index.

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.