C#
VB
Java
WinRT C#
C++
Gets or sets the type of date range.
public DicomRangeType Type { get; set; }
Public Property Type As Leadtools.Dicom.DicomRangeType
public Leadtools.Dicom.DicomRangeType Type {get; set;}
public DicomRangeType getType()
public void setType(DicomRangeType value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public:
property Leadtools.Dicom.DicomRangeType Type {
Leadtools.Dicom.DicomRangeType get();
void set ( Leadtools.Dicom.DicomRangeType value);
}
Value indicating type of date range.
For an example, refer to SetIntValue.
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