Click or drag to resize

CLSTResource Method

Load a GX List Resource into this list object. The entries are placed at the end of the list and are not sorted.

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

public void Resource(
	string res
)

Parameters

res
Type: SystemString
Name of the Resource
See Also