 | CEDBReadDataViewBF Method |
Note: This API is now obsolete.
Retrieve view info from the database via a BF.
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 ReadDataViewBF(
int line_group,
CBF bf
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void ReadDataViewBF(
int line_group,
CBF bf
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ReadDataViewBF (
line_group As Integer,
bf As CBF
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ReadDataViewBF (
line_group As Integer,
bf As CBF
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ReadDataViewBF(
int line_group,
CBF^ bf
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ReadDataViewBF(
int line_group,
CBF^ bf
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ReadDataViewBF :
line_group : int *
bf : CBF -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ReadDataViewBF :
line_group : int *
bf : CBF -> unit
Parameters
- line_group
- Type: SystemInt32
Line or group symbol - bf
- Type: GeoEngine.Core.GXNetXCBF
BF (returned)
Remarks
Returns 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