 | CHTTPDownload Method |
Download file from the internet to a BF.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Download(
string file,
CBF bf,
int dynamic
)
public void Download(
string file,
CBF bf,
int dynamic
)
Public Sub Download (
file As String,
bf As CBF,
dynamic As Integer
)
Public Sub Download (
file As String,
bf As CBF,
dynamic As Integer
)
public:
void Download(
String^ file,
CBF^ bf,
int dynamic
)
public:
void Download(
String^ file,
CBF^ bf,
int dynamic
)
member Download :
file : string *
bf : CBF *
dynamic : int -> unit
member Download :
file : string *
bf : CBF *
dynamic : int -> unit
Parameters
- file
- Type: SystemString
File Name on the HTTP site - bf
- Type: GeoEngine.Core.GXNetXCBF
BF in which to place the file - dynamic
- Type: SystemInt32
Dynamic content (0 - no, 1 - yes)
Remarks
The file will be written starting at the current location
in the BF
See Also