STK AviatorSend comments on this topic.
FastTimeOptions Property (IAgAvtrProcedure)
See Also
Windows





Windows & Linux

Description

Get the fast time options (without validation or constraints) for the current procedure.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property FastTimeOptions() As IAgAvtrProcedureFastTimeOptions
[C#]
public IAgAvtrProcedureFastTimeOptions FastTimeOptions {get;}
[Managed C++]
public: __property IAgAvtrProcedureFastTimeOptions ^ get_FastTimeOptions();
[Unmanaged C++]
public: HRESULT get_FastTimeOptions(
    IAgAvtrProcedureFastTimeOptions ** ppTimeOptions
);
[Java]
public IAgAvtrProcedureFastTimeOptions getFastTimeOptions();
[Python - STK API ]
@property
def FastTimeOptions(self) -> "IAgAvtrProcedureFastTimeOptions":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.