STK ObjectsSend 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
);
[Python - STK API ]
@property
def NominalGroundRefractiveIndexStructureParameter(self) -> float:

@NominalGroundRefractiveIndexStructureParameter.setter
def NominalGroundRefractiveIndexStructureParameter(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.