Gets or sets the constant refractive index structure parameter value.
Read-write property
[Visual Basic .NET] |
---|
Public Property ConstantRefractiveIndexStructureParameter() As Double |
[C#] |
---|
public double ConstantRefractiveIndexStructureParameter {get; set;} |
[Managed C++] |
---|
public: __property double get_ConstantRefractiveIndexStructureParameter(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConstantRefractiveIndexStructureParameter( double * pVal ); public: HRESULT put_ConstantRefractiveIndexStructureParameter( double val ); |
[Java] |
---|
public double getConstantRefractiveIndexStructureParameter(); public void setConstantRefractiveIndexStructureParameter( double ); |