AGI STK Util 11 Send comments on this topic.
Item Property (IAgUnitPrefsUnitCollection)
See Also 
IndexOrName
The Index or Unit abbreviation to get.





Description

Returns the specific item in the collection given a unit identifier or an index.

Property type

Read-only property

Syntax

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

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

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

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

[Java]
public IAgUnitPrefsUnit getItem(
Variant
);

Parameters

IndexOrName
The Index or Unit abbreviation to get.

Remarks

This property is implicit in Visual Basic.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1