Remove given phase.
[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: |
- Phase