Leadtools.Dicom Namespace : DicomRangeType Enumeration |
public enum DicomRangeType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomRangeType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomRangeType
public enum DicomRangeType : System.IComparable, System.IConvertible, System.IFormattable
public enum DicomRangeType
Leadtools.Dicom.DicomRangeType = function() { }; Leadtools.Dicom.DicomRangeType.prototype = {
None = 0x00000000, Lower = 0x00000001, Upper = 0x00000002, Both = 0x00000003, };
public enum class DicomRangeType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomRangeType