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