STK AviatorSend comments on this topic.
Remove Method (IAgAvtrPhaseCollection)
See Also
Phase
Windows





Windows & Linux

Description

Remove given phase.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal Phase As IAgAvtrPhase _
)
[C#]
public void Remove(
    IAgAvtrPhase Phase
);
[Managed C++]
public: void Remove(
    IAgAvtrPhase ^ Phase
);
[Unmanaged C++]
public: HRESULT Remove(
    IAgAvtrPhase * Phase
);
[Java]
public void remove(
    IAgAvtrPhase Phase
);
[Python - STK API ]
def Remove(self, Phase:"IAgAvtrPhase") -> None:

Parameters

Phase

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.