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





Windows & Linux

Description

Opt whether to set an interrupt time for the procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseInterruptTime() As Boolean
[C#]
public bool UseInterruptTime {get; set;}
[Managed C++]
public: __property bool get_UseInterruptTime();
public: __property void set_UseInterruptTime( bool );
[Unmanaged C++]
public: HRESULT get_UseInterruptTime(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseInterruptTime(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseInterruptTime();
public void setUseInterruptTime(
    bool
);
[Python - STK API ]
@property
def UseInterruptTime(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.