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





Windows & Linux

Description

gets the item for the specified index

Property type

Read-only property

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.