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





Windows & Linux

Description

Opt whether to set a start time for the procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseStartTime() As Boolean
[C#]
public bool UseStartTime {get; set;}
[Managed C++]
public: __property bool get_UseStartTime();
public: __property void set_UseStartTime( bool );
[Unmanaged C++]
public: HRESULT get_UseStartTime(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseStartTime(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseStartTime();
public void setUseStartTime(
    bool
);
[Python - STK API ]
@property
def UseStartTime(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.