 | CDHPlotHolesOnSection Method |
Plot the currently selected holes on an existing section view.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void PlotHolesOnSection(
string job,
int plot_type,
string view
)
public void PlotHolesOnSection(
string job,
int plot_type,
string view
)
Public Sub PlotHolesOnSection (
job As String,
plot_type As Integer,
view As String
)
Public Sub PlotHolesOnSection (
job As String,
plot_type As Integer,
view As String
)
public:
void PlotHolesOnSection(
String^ job,
int plot_type,
String^ view
)
public:
void PlotHolesOnSection(
String^ job,
int plot_type,
String^ view
)
member PlotHolesOnSection :
job : string *
plot_type : int *
view : string -> unit
member PlotHolesOnSection :
job : string *
plot_type : int *
view : string -> unit
Parameters
- job
- Type: SystemString
Parameter (INI) name - plot_type
- Type: SystemInt32
<define>DH_PLOT</define> Section plot type (<define>DH_PLOT_SECTION</define> or <define>DH_PLOT_SECTION_CROOKED</define> - view
- Type: SystemString
View name
RemarksPlot the currently selected holes to a section view.
See Also