K2 Stochastic SRP Coefficient.
Read-only property
[Visual Basic .NET] |
---|
Public Property K2StochasticSRPCoefficient() As IAgVAStochasticModelParams |
[C#] |
---|
public IAgVAStochasticModelParams K2StochasticSRPCoefficient {get;} |
[Managed C++] |
---|
public: __property IAgVAStochasticModelParams ^ get_K2StochasticSRPCoefficient(); |
[Unmanaged C++] |
---|
public: HRESULT get_K2StochasticSRPCoefficient( IAgVAStochasticModelParams ** ppStochasticSRPCoefficient ); |
[Java] |
---|
public IAgVAStochasticModelParams getK2StochasticSRPCoefficient(); |
[Python - STK API ![]() |
---|
@property def K2StochasticSRPCoefficient(self) -> "IAgVAStochasticModelParams": |