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





Windows & Linux

Description

Retrieves a point from the collection by index.

Syntax

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

Parameters

Index
Specify an index of a point.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.