STK ObjectsSend comments on this topic.
Item Property (IAgMtoTrackCollection)
See Also
index
Windows





Windows & Linux

Description

Given an index, returns an element in the collection.

Property type

Read-only property

Syntax

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

Parameters

index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.