STK UtilSend comments on this topic.
Item Property (IAgUnitPrefsDimCollection)
See Also
IndexOrName
The index or the dimension name.
Windows





Windows & Linux

Description

Returns an IAgUnitPrefsDim given a Dimension name or an index.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal IndexOrName As System.Object _
) As IAgUnitPrefsDim
[C#]
public IAgUnitPrefsDim this[
    System.Object IndexOrName
] {get;}
[Managed C++]
public: __property IAgUnitPrefsDim^ get_Item(
    VARIANT IndexOrName
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT IndexOrName,
    IAgUnitPrefsDim* ppAgUnitPrefsDim
);
[Java]
public IAgUnitPrefsDim getItem(
    AgVariant IndexOrName
);
[Python - STK API ]
@property
def Item(self) -> "IAgUnitPrefsDim":

Parameters

IndexOrName
The index or the dimension name.

Remarks

This property is implicit in Visual Basic.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.