STK AviatorSend comments on this topic.
GetFirstInvalidProcedure Method (IAgAvtrMission)
See Also
Windows





Windows & Linux

Description

Get the first invalid procedure in the mission. Calling this method will propagate the mission.

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.