STK ObjectsSend comments on this topic.
RemoveAt Method (IAgSnEOIRBandCollection)
See Also
Index
Windows





Windows & Linux

Description

Removes a target given an index.

Syntax

[Visual Basic .NET]
Public Sub RemoveAt( _
    ByVal Index As Integer _
)
[C#]
public void RemoveAt(
    int Index
);
[Managed C++]
public: void RemoveAt(
    int Index
);
[Unmanaged C++]
public: HRESULT RemoveAt(
    long Index
);
[Java]
public void removeAt(
    int Index
);
[Python - STK API ]
def RemoveAt(self, Index:int) -> None:

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.