 | CEDBWriteDataViewBF Method |
Note: This API is now obsolete.
Write the View info from a BF into the database.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public void WriteDataViewBF(
int line_group,
CBF bf
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void WriteDataViewBF(
int line_group,
CBF bf
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub WriteDataViewBF (
line_group As Integer,
bf As CBF
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub WriteDataViewBF (
line_group As Integer,
bf As CBF
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void WriteDataViewBF(
int line_group,
CBF^ bf
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void WriteDataViewBF(
int line_group,
CBF^ bf
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member WriteDataViewBF :
line_group : int *
bf : CBF -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member WriteDataViewBF :
line_group : int *
bf : CBF -> unit
Parameters
- line_group
- Type: SystemInt32
Line or group symbol - bf
- Type: GeoEngine.Core.GXNetXCBF
BF (input)
Remarks
Set info on loaded channels and profiles for a given line.
You can use <define>NULLSYMB</define> to get the line view info from normal lines,
since the info is the same for all "regular" lines.
A typical usage would be to call ReadDataViewBF_EDB to get view
info from one database, and then call WriteDataViewBF_EDB to
load this information into another database.
See Also