STK Real-Time Tracking ToolSend comments on this topic.
Item Property (IAgRt3ActionCollection)
See Also
Index
Windows





Windows & Linux

Description

Given an index, returns the element in the collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal Index As Integer _
) As IAgRt3Action
[C#]
public IAgRt3Action this[
    int Index
] {get;}
[Managed C++]
public: __property IAgRt3Action^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    IAgRt3Action* ppAction
);
[Java]
public IAgRt3Action getItem(
    int Index
);

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.