Click or drag to resize

CGISLoadPLY Method

Load GIS table drawing into a Multi-Polygon object.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LoadPLY(
	CPLY ply
)

public void LoadPLY(
	CPLY ply
)

Parameters

ply
Type: GeoEngine.Core.GXNetXCPLY
Polygon object in which to place GIS shapes.
See Also