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