STK ObjectsSend comments on this topic.
Item Property (IAgVmVOSpatialCalculationLevelCollection)
See Also
level
Windows





Windows & Linux

Description

Given an index, returns an element in the collection.

Property type

Read-only property

Syntax

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

Parameters

level

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.