STK ObjectsSend comments on this topic.
Item Property (IAgTerrainCollection)
See Also
Index
The index of the collection.
Windows





Windows & Linux

Description

Given an index, returns an IAgTerrain interface.

Property type

Read-only property

Syntax

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

Parameters

Index
The index of the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.