Click or drag to resize

CPLYLoadTable Method

Loads Polygons from a Polygon file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LoadTable(
	string table
)

public void LoadTable(
	string table
)

Parameters

table
Type: SystemString
Name of the polygon file File contains coordinates of one or more polygons
See Also