 | CDMPPLYLoad Method |
Loads a Datamine polygon file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Load(
string file
)
public void Load(
string file
)
Public Sub Load (
file As String
)
Public Sub Load (
file As String
)
public:
void Load(
String^ file
)
public:
void Load(
String^ file
)
member Load :
file : string -> unit
member Load :
file : string -> unit
Parameters
- file
- Type: SystemString
Name of the file to load
See Also