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





Windows & Linux

Description

Initial Error Estimat.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InitialEstimate() As Double
[C#]
public double InitialEstimate {get; set;}
[Managed C++]
public: __property double get_InitialEstimate();
public: __property void set_InitialEstimate( double );
[Unmanaged C++]
public: HRESULT get_InitialEstimate(
    double * pVal
);
public: HRESULT put_InitialEstimate(
    double InVal
);
[Java]
public double getInitialEstimate();
public void setInitialEstimate(
    double
);
[Python - STK API ]
@property
def InitialEstimate(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.