Get the calculation options for the current procedure.
Read-only property
[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": |