Lambert solution calculation type.
Read-write property
[Visual Basic .NET] |
---|
Public Property SolutionOption() As AgEVALambertSolutionOptionType |
[C#] |
---|
public AgEVALambertSolutionOptionType SolutionOption {get; set;} |
[Managed C++] |
---|
public: __property AgEVALambertSolutionOptionType get_SolutionOption(); |
[Unmanaged C++] |
---|
public: HRESULT get_SolutionOption( AgEVALambertSolutionOptionType * pVal ); public: HRESULT put_SolutionOption( AgEVALambertSolutionOptionType newVal ); |
[Java] |
---|
public AgEVALambertSolutionOptionType getSolutionOption(); public void setSolutionOption( AgEVALambertSolutionOptionType ); |
[Python - STK API ] |
---|
@property def SolutionOption(self) -> "AgEVALambertSolutionOptionType": @SolutionOption.setter def SolutionOption(self, newVal:"AgEVALambertSolutionOptionType") -> None: |