STK AstrogatorSend comments on this topic.
SolutionOption Property (IAgVAProfileLambertProfile)
See Also
Windows





Windows & Linux

Description

Lambert solution calculation type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SolutionOption() As AgEVALambertSolutionOptionType
[C#]
public AgEVALambertSolutionOptionType SolutionOption {get; set;}
[Managed C++]
public: __property AgEVALambertSolutionOptionType get_SolutionOption();
public: __property void set_SolutionOption( AgEVALambertSolutionOptionType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.