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





Windows & Linux

Description

Get the calculation options for the current procedure.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CalculationOptions() As IAgAvtrCalculationOptions
[C#]
public IAgAvtrCalculationOptions CalculationOptions {get;}
[Managed C++]
public: __property IAgAvtrCalculationOptions ^ get_CalculationOptions();
[Unmanaged C++]
public: HRESULT get_CalculationOptions(
    IAgAvtrCalculationOptions ** ppAvtrCalcOptions
);
[Java]
public IAgAvtrCalculationOptions getCalculationOptions();
[Python - STK API ]
@property
def CalculationOptions(self) -> "IAgAvtrCalculationOptions":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.