STK ObjectsSend comments on this topic.
Item Property (IAgLtPointCollection)
See Also
Index
Windows





Windows & Linux

Description

Returns the latitude-longitude pair with the specified index.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal Index As Integer _
) As IAgLtPoint
[C#]
public IAgLtPoint this[
    int Index
] {get;}
[Managed C++]
public: __property IAgLtPoint^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    IAgLtPoint* ppVal
);
[Java]
public IAgLtPoint getItem(
    int Index
);
[Python - STK API ]
@property
def Item(self) -> "IAgLtPoint":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.