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





Windows & Linux

Description

Given an index, returns an element in the collection. If the index is an integer, then the method returns the element in the collection at the given position. If the index is a string, then the method returns the element with the specified name.

Property type

Read-only property

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.