Click or drag to resize

CTPATiCode Method

Find the index of a given thematic pattern

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iCode(
	string code
)

public int iCode(
	string code
)

Parameters

code
Type: SystemString
Pattern code (case sensitive)

Return Value

Type: Int32
The code index, -1 if not found
See Also