STK Graphics PrimitivesSend comments on this topic.
Item Property (IAgStkGraphicsKmlFeatureCollection)
See Also
Index
Windows





Windows & Linux

Description

Get an element at the specified position in the collection.

Property type

Read-only property

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.