AGI AgCommRadarFoundation 11 Send comments on this topic.
Item Property (IAgCRSignalCollection)
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 IAgCRSignal

[C#]
public IAgCRSignal this[
int index
] { get; }

[Managed C++]
public: __property IAgCRSignal^ get_Item(
int
);

[Unmanaged C++]
public: HRESULT get_Item(
long RetVal
);

[Java]
public IAgCRSignal getItem(
int
);

Parameters

index

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface