 | CST2Create Method |
Creates a statistics object which is used to accumulate statistics.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CST2 Create(
CGXNETCore gxNetShared
)
public static CST2 Create(
CGXNETCore gxNetShared
)
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CST2
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CST2
public:
static CST2^ Create(
CGXNETCore^ gxNetShared
)
public:
static CST2^ Create(
CGXNETCore^ gxNetShared
)
static member Create :
gxNetShared : CGXNETCore -> CST2
static member Create :
gxNetShared : CGXNETCore -> CST2
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Return Value
Type:
CST2ST2 Object
See Also