AGI STK Objects 11Send comments on this topic.
NominalGroundRefractiveIndexStructureParameter Property (IAgAtmosphericTurbulenceModelHufnagelValley)
See Also
Windows






Windows & Linux

Description

Gets or sets the refractive index structure parameter value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NominalGroundRefractiveIndexStructureParameter() As Double
[C#]
public double NominalGroundRefractiveIndexStructureParameter {get; set;}
[Managed C++]
public: __property double get_NominalGroundRefractiveIndexStructureParameter();
public: __property void set_NominalGroundRefractiveIndexStructureParameter( double );
[Unmanaged C++]
public: HRESULT get_NominalGroundRefractiveIndexStructureParameter(
    double * pVal
);
public: HRESULT put_NominalGroundRefractiveIndexStructureParameter(
    double val
);
[Java]
public double getNominalGroundRefractiveIndexStructureParameter();
public void setNominalGroundRefractiveIndexStructureParameter(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.