 | CDOCUGetFile Method |
Get the document and place in a file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetFile(
string file
)
public void GetFile(
string file
)
Public Sub GetFile (
file As String
)
Public Sub GetFile (
file As String
)
public:
void GetFile(
String^ file
)
public:
void GetFile(
String^ file
)
member GetFile :
file : string -> unit
member GetFile :
file : string -> unit
Parameters
- file
- Type: SystemString
File to which to write document
See Also