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