STK Real-Time Tracking ToolSend comments on this topic.
Item Property (IAgRt3SimpleQueryClauseCollection)
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 IAgRt3SimpleQueryClause
[C#]
public IAgRt3SimpleQueryClause this[
    int Index
] {get;}
[Managed C++]
public: __property IAgRt3SimpleQueryClause^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    IAgRt3SimpleQueryClause* ppSimpleQueryClause
);
[Java]
public IAgRt3SimpleQueryClause getItem(
    int Index
);

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.