 | CDHReplotHoles Method |
Replot holes on an existing drill map.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReplotHoles(
string job,
int plot_type
)
public void ReplotHoles(
string job,
int plot_type
)
Public Sub ReplotHoles (
job As String,
plot_type As Integer
)
Public Sub ReplotHoles (
job As String,
plot_type As Integer
)
public:
void ReplotHoles(
String^ job,
int plot_type
)
public:
void ReplotHoles(
String^ job,
int plot_type
)
member ReplotHoles :
job : string *
plot_type : int -> unit
member ReplotHoles :
job : string *
plot_type : int -> unit
Parameters
- job
- Type: SystemString
Parameter (INI) name - plot_type
- Type: SystemInt32
<define>DH_PLOT</define>
Remarks
The parameter file must correspond to the plot Type.
The hDH->hMAP value must be set first, using SetMAP_DH.
Overwrites existing hole and hole data groups.
Replots the legend if the legend is enabled.
This should only be used on a slightly modified version of the
INI file used to create the existing map, or things may not
work out (e.g. bad locations etc).
See Also