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