C#
VB
C++
Gets or sets the sampling rate returned by the server response.
public Nullable<float> SamplingRate { get; set; }
Public Property SamplingRate As Nullable(Of Single)
public:
property Nullable<float> SamplingRate {
Nullable<float> get();
void set ( Nullable<float> );
}
A nullable System.Int32 specifying the sampling rate returned by the server.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET