STK Vector Geometry ToolSend comments on this topic.
GetItemByIndex Method (IAgCrdnCollection)
See Also
Index
Specify an index of an item from the collection.
Windows





Windows & Linux

Description

Retrieves an item from the crdn collection by index.

Syntax

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

Parameters

Index
Specify an index of an item from the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.