Gets or sets the M10p7Lag
Read-write property
[Visual Basic .NET] |
---|
Public Property M10p7Lag() As Double |
[C#] |
---|
public double M10p7Lag {get; set;} |
[Managed C++] |
---|
public: __property double get_M10p7Lag(); |
[Unmanaged C++] |
---|
public: HRESULT get_M10p7Lag( double * pVal ); public: HRESULT put_M10p7Lag( double Val ); |
[Java] |
---|
public double getM10p7Lag(); public void setM10p7Lag( double ); |