STK AstrogatorSend comments on this topic.
ModelType Property (IAgVAStochasticModelParams)
See Also
Windows





Windows & Linux

Description

Type of stochastic model used for SRP correction.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ModelType() As AgEVAStochasticModel
[C#]
public AgEVAStochasticModel ModelType {get; set;}
[Managed C++]
public: __property AgEVAStochasticModel get_ModelType();
public: __property void set_ModelType( AgEVAStochasticModel );
[Unmanaged C++]
public: HRESULT get_ModelType(
    AgEVAStochasticModel * pVal
);
public: HRESULT put_ModelType(
    AgEVAStochasticModel InVal
);
[Java]
public AgEVAStochasticModel getModelType();
public void setModelType(
    AgEVAStochasticModel
);
[Python - STK API ]
@property
def ModelType(self) -> "AgEVAStochasticModel":

@ModelType.setter
def ModelType(self, InVal:"AgEVAStochasticModel") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.