 | CMPLYCreate Method |
Creates a Multi Polygon Object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CMPLY Create(
CGXNETCore gxNetShared
)
public static CMPLY Create(
CGXNETCore gxNetShared
)
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CMPLY
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CMPLY
public:
static CMPLY^ Create(
CGXNETCore^ gxNetShared
)
public:
static CMPLY^ Create(
CGXNETCore^ gxNetShared
)
static member Create :
gxNetShared : CGXNETCore -> CMPLY
static member Create :
gxNetShared : CGXNETCore -> CMPLY
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Return Value
Type:
CMPLYMPLY Handle
See Also