  | CVVCreateS Method  | 
 Create a VV  from serialized source.
 
    Namespace: 
   GeoEngine.Core.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic static CVV CreateS(
	CBF bf
)
public static CVV CreateS(
	CBF bf
)
Public Shared Function CreateS ( 
	bf As CBF
) As CVV
Public Shared Function CreateS ( 
	bf As CBF
) As CVV
public:
static CVV^ CreateS(
	CBF^ bf
)
public:
static CVV^ CreateS(
	CBF^ bf
)
static member CreateS : 
        bf : CBF -> CVV 
static member CreateS : 
        bf : CBF -> CVV 
Parameters
- bf
 - Type: GeoEngine.Core.GXNetCBF
 
Return Value
Type: 
CVVVV Object
See Also