AGI STK Objects 11Send comments on this topic.
RemoveAt Method (IAgVmVOSpatialCalculationLevelCollection)
See Also
level
Windows






Windows & Linux

Description

Removes an element from the collection using specified index.

Syntax

[Visual Basic .NET]
Public Sub RemoveAt( _
    ByVal level As Integer _
) As 
[C#]
public void RemoveAt(
    int level
);
[Managed C++]
public: void RemoveAt(
    int level
);
[Java]
public void removeAt(
    int level
);
[Unmanaged C++]
public: HRESULT RemoveAt(
    long level
);

Parameters

level

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.