AGI STK Util 11 Send comments on this topic.
Item Property (IAgUnitPrefsDimCollection)
See Also 
IndexOrName
The index or the dimension name.





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
);

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

[Java]
public IAgUnitPrefsDim getItem(
Variant
);

Parameters

IndexOrName
The index or the dimension name.

Remarks

This property is implicit in Visual Basic.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1