 | CPLYCreateS Method |
Create an PLY Object from a BF
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CPLY CreateS(
CBF bf
)
public static CPLY CreateS(
CBF bf
)
Public Shared Function CreateS (
bf As CBF
) As CPLY
Public Shared Function CreateS (
bf As CBF
) As CPLY
public:
static CPLY^ CreateS(
CBF^ bf
)
public:
static CPLY^ CreateS(
CBF^ bf
)
static member CreateS :
bf : CBF -> CPLY
static member CreateS :
bf : CBF -> CPLY
Parameters
- bf
- Type: GeoEngine.Core.GXNetCBF
BF to serialize from
Return Value
Type:
CPLYPLY Handle
See Also