STK ObjectsSend comments on this topic.
RemoveIndex Method (IAgScheduleTimeCollection)
See Also
Index
The index in the collection.
Windows





Windows & Linux

Description

Removes an item given an index.

Syntax

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

Parameters

Index
The index in the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.