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