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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.