 | CIPJCreateS Method |
Create IPJ from serialized source.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CIPJ CreateS(
CGXNETCore gxNetShared,
CBF bf
)
public static CIPJ CreateS(
CGXNETCore gxNetShared,
CBF bf
)
Public Shared Function CreateS (
gxNetShared As CGXNETCore,
bf As CBF
) As CIPJ
Public Shared Function CreateS (
gxNetShared As CGXNETCore,
bf As CBF
) As CIPJ
public:
static CIPJ^ CreateS(
CGXNETCore^ gxNetShared,
CBF^ bf
)
public:
static CIPJ^ CreateS(
CGXNETCore^ gxNetShared,
CBF^ bf
)
static member CreateS :
gxNetShared : CGXNETCore *
bf : CBF -> CIPJ
static member CreateS :
gxNetShared : CGXNETCore *
bf : CBF -> CIPJ
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - bf
- Type: GeoEngine.Core.GXNetXCBF
Return Value
Type:
CIPJIPJ Object
See Also