STK ObjectsSend comments on this topic.
RefractionIndex Property (IAgRfModelSCFMethod)
See Also
Windows





Windows & Linux

Description

Index of refraction at the surface. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RefractionIndex() As Double
[C#]
public double RefractionIndex {get; set;}
[Managed C++]
public: __property double get_RefractionIndex();
public: __property void set_RefractionIndex( double );
[Unmanaged C++]
public: HRESULT get_RefractionIndex(
    double * pVal
);
public: HRESULT put_RefractionIndex(
    double dblVal
);
[Java]
public double getRefractionIndex();
public void setRefractionIndex(
    double
);
[Python - STK API ]
@property
def RefractionIndex(self) -> float:

@RefractionIndex.setter
def RefractionIndex(self, dblVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.