 | CPGSerial Method |
Serialize a 2D PG to a BF.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Serial(
CBF bf
)
public void Serial(
CBF bf
)
Public Sub Serial (
bf As CBF
)
Public Sub Serial (
bf As CBF
)
public:
void Serial(
CBF^ bf
)
public:
void Serial(
CBF^ bf
)
member Serial :
bf : CBF -> unit
member Serial :
bf : CBF -> unit
Parameters
- bf
- Type: GeoEngine.Core.GXNetXCBF
RemarksFor 3D pagers, use WriteBF_PG.
See Also