Click or drag to resize

CPLYLoadTable Method

Loads Polygons from a Polygon file.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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