Gets or sets the pulse repetition frequency.
Read-write property
[Visual Basic .NET] |
---|
Public Property Prf() As Double |
[C#] |
---|
public double Prf {get; set;} |
[Managed C++] |
---|
public: __property double get_Prf(); |
[Unmanaged C++] |
---|
public: HRESULT get_Prf( double * pVal ); public: HRESULT put_Prf( double val ); |
[Java] |
---|
public double getPrf(); public void setPrf( double ); |