STK Graphics PrimitivesSend comments on this topic.
Item Property (IAgStkGraphicsPickResultCollection)
See Also
Index
A position in the collection.
Windows





Windows & Linux

Description

Returns a picked object at the specified position in the collection.

Property type

Read-only property

Syntax

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

Parameters

Index
A position in the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.