STK UtilSend 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 IndexOrName
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT IndexOrName,
    IAgUnitPrefsUnit* ppUnitPrefsUnit
);
[Java]
public IAgUnitPrefsUnit getItem(
    AgVariant IndexOrName
);
[Python - STK API ]
@property
def Item(self) -> "IAgUnitPrefsUnit":

Parameters

IndexOrName
The Index or Unit abbreviation to get.

Remarks

This property is implicit in Visual Basic.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.