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