STK AstrogatorSend comments on this topic.
LongTermInitialEstimate Property (IAgVANPlateStochasticCorrectionParam)
See Also
Windows





Windows & Linux

Description

Long Term Initial Error Estimate

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LongTermInitialEstimate() As Double
[C#]
public double LongTermInitialEstimate {get; set;}
[Managed C++]
public: __property double get_LongTermInitialEstimate();
public: __property void set_LongTermInitialEstimate( double );
[Unmanaged C++]
public: HRESULT get_LongTermInitialEstimate(
    double * pVal
);
public: HRESULT put_LongTermInitialEstimate(
    double InVal
);
[Java]
public double getLongTermInitialEstimate();
public void setLongTermInitialEstimate(
    double
);
[Python - STK API ]
@property
def LongTermInitialEstimate(self) -> float:

@LongTermInitialEstimate.setter
def LongTermInitialEstimate(self, InVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.