'Declaration
Public Sub ReadURL( _ ByVal URL As System.String _ )
'Usage
Dim instance As DicomImage Dim URL As System.String instance.ReadURL(URL)
public void ReadURL( System.string URL )
public procedure ReadURL( URL: System.String );
public function ReadURL( URL : System.String );
public: void ReadURL( System.string* URL )
public: void ReadURL( System.String^ URL )
Parameters
- URL
The web address of the image to read.