STK AviatorSend comments on this topic.
UseStopTime Property (IAgAvtrProcedureTimeOptions)
See Also
Windows





Windows & Linux

Description

Opt whether to set a stop time for the procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseStopTime() As Boolean
[C#]
public bool UseStopTime {get; set;}
[Managed C++]
public: __property bool get_UseStopTime();
public: __property void set_UseStopTime( bool );
[Unmanaged C++]
public: HRESULT get_UseStopTime(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseStopTime(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseStopTime();
public void setUseStopTime(
    bool
);
[Python - STK API ]
@property
def UseStopTime(self) -> bool:

@UseStopTime.setter
def UseStopTime(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.