STK AviatorSend comments on this topic.
RemoveAtIndex Method (IAgAvtrPhaseCollection)
See Also
Index
Windows





Windows & Linux

Description

Remove phase at the given index.

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.