STK AstrogatorSend comments on this topic.
DensityModelInitialCorrection Property (IAgVAStochasticParameters)
See Also
Windows





Windows & Linux

Description

Gets or sets the density model initial correction.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DensityModelInitialCorrection() As Double
[C#]
public double DensityModelInitialCorrection {get; set;}
[Managed C++]
public: __property double get_DensityModelInitialCorrection();
public: __property void set_DensityModelInitialCorrection( double );
[Unmanaged C++]
public: HRESULT get_DensityModelInitialCorrection(
    double * pVal
);
public: HRESULT put_DensityModelInitialCorrection(
    double newVal
);
[Java]
public double getDensityModelInitialCorrection();
public void setDensityModelInitialCorrection(
    double
);
[Python - STK API ]
@property
def DensityModelInitialCorrection(self) -> float:

@DensityModelInitialCorrection.setter
def DensityModelInitialCorrection(self, newVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.