Get the first invalid procedure in the mission. Calling this method will propagate the mission.
[Visual Basic .NET] |
---|
Public Function GetFirstInvalidProcedure() As IAgAvtrProcedure |
[C#] |
---|
public IAgAvtrProcedure GetFirstInvalidProcedure(); |
[Managed C++] |
---|
public: IAgAvtrProcedure ^ GetFirstInvalidProcedure(); |
[Unmanaged C++] |
---|
public: HRESULT GetFirstInvalidProcedure( IAgAvtrProcedure ** ppProcedure ); |
[Java] |
---|
public IAgAvtrProcedure getFirstInvalidProcedure(); |
[Python - STK API ] |
---|
def GetFirstInvalidProcedure(self) -> "IAgAvtrProcedure": |