 | CPGCreateS Method |
Create a 2D PG from serialized source.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CPG CreateS(
CGXNETCore gxNetShared,
CBF bf
)
public static CPG CreateS(
CGXNETCore gxNetShared,
CBF bf
)
Public Shared Function CreateS (
gxNetShared As CGXNETCore,
bf As CBF
) As CPG
Public Shared Function CreateS (
gxNetShared As CGXNETCore,
bf As CBF
) As CPG
public:
static CPG^ CreateS(
CGXNETCore^ gxNetShared,
CBF^ bf
)
public:
static CPG^ CreateS(
CGXNETCore^ gxNetShared,
CBF^ bf
)
static member CreateS :
gxNetShared : CGXNETCore *
bf : CBF -> CPG
static member CreateS :
gxNetShared : CGXNETCore *
bf : CBF -> CPG
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - bf
- Type: GeoEngine.Core.GXNetXCBF
Return Value
Type:
CPGPG Object
RemarksFor 3D pagers, use CreateBF_PG.
See Also