Visual Basic (Declaration) | |
---|---|
Public Enum DicomRangeType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DicomRangeType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum DicomRangeType : public Enum |
C++/CLI | |
---|---|
public enum class DicomRangeType : public Enum |
Member | Description |
---|---|
None | Single value (not a range). |
Lower | Lower range (only the first value (date or time) in the range is valid). |
Upper | Upper range (only the second (date or time) value in the range is valid). |
Both | Full range (both the first and second values in the range are valid). |
For an example, refer to SetIntValue.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomRangeType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family