Click or drag to resize

CPATGetLST Method

Copies all pattern names into a LST object.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetLST(
	string cl,
	CLST lst
)

public void GetLST(
	string cl,
	CLST lst
)

Parameters

cl
Type: SystemString
Class name ("" for all classes)
lst
Type: GeoEngine.Core.GXNetXCLST
LST Handle
Remarks
Returns a list of the available patterns. There will always be at least two items, "None" and "Solid Fill"
See Also