AGI AgRadarPlugin 11 Send comments on this topic.
Item Property (IAgStkRadarClutterPatchCollection)
See Also 
index





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 IAgStkRadarClutterPatch

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

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

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

[Java]
public IAgStkRadarClutterPatch getItem(
int
);

Parameters

index

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1