STK ObjectsSend comments on this topic.
Item Property (IAgSnEOIRBandCollection)
See Also
Index
Windows





Windows & Linux

Description

Given an index, returns an IAgSnEOIRBand interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal Index As Integer _
) As IAgSnEOIRBand
[C#]
public IAgSnEOIRBand this[
    int Index
] {get;}
[Managed C++]
public: __property IAgSnEOIRBand^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    IAgSnEOIRBand* ppVal
);
[Java]
public IAgSnEOIRBand getItem(
    int Index
);
[Python - STK API ]
@property
def Item(self) -> "IAgSnEOIRBand":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.