Specifies how to handle the pixels visibility range.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IOParams..::..DicomRange DICOM_Range { get; set; }
Public Property DICOM_Range As IOParams..::..DicomRange
	Get
	Set
public:
property IOParams..::..DicomRange DICOM_Range {
	IOParams..::..DicomRange get ();
	void set (IOParams..::..DicomRange value);
}

See Also