STK ObjectsSend 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 _
)
[C#]
public void RemoveAt(
    int level
);
[Managed C++]
public: void RemoveAt(
    int level
);
[Unmanaged C++]
public: HRESULT RemoveAt(
    long level
);
[Java]
public void removeAt(
    int level
);
[Python - STK API ]
def RemoveAt(self, level:int) -> None:

Parameters

level

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.