STK ObjectsSend comments on this topic.
ConstantRefractiveIndexStructureParameter Property (IAgAtmosphericTurbulenceModelConstant)
See Also
Windows





Windows & Linux

Description

Gets or sets the constant refractive index structure parameter value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstantRefractiveIndexStructureParameter() As Double
[C#]
public double ConstantRefractiveIndexStructureParameter {get; set;}
[Managed C++]
public: __property double get_ConstantRefractiveIndexStructureParameter();
public: __property void set_ConstantRefractiveIndexStructureParameter( double );
[Unmanaged C++]
public: HRESULT get_ConstantRefractiveIndexStructureParameter(
    double * pVal
);
public: HRESULT put_ConstantRefractiveIndexStructureParameter(
    double val
);
[Java]
public double getConstantRefractiveIndexStructureParameter();
public void setConstantRefractiveIndexStructureParameter(
    double
);
[Python - STK API ]
@property
def ConstantRefractiveIndexStructureParameter(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.