Get the fast time options (without validation or constraints) for the current procedure.
Read-only property
[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": |