AGI STK VGT 11 Send comments on this topic.
Item Property (IAgCrdnSystemGroup)
See Also 
IndexOrName





Description

Returns a System by name or at a specified position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
   ByVal IndexOrName As System.Object _
) As IAgCrdnSystem

[C#]
public IAgCrdnSystem this[
System.Object IndexOrName
] { get; }

[Managed C++]
public: __property IAgCrdnSystem^ get_Item(
VARIANT
);

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

[Java]
public IAgCrdnSystem getItem(
Variant
);

Parameters

IndexOrName

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1