Click or drag to resize

CTPATIGetSolidPattern Method (Int32, String, String, String, Int32)

Get solid pattern info from the TPAT.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetSolidPattern(
	int index,
	ref string code,
	ref string label,
	ref string descr,
	ref int color
)

public void IGetSolidPattern(
	int index,
	ref string code,
	ref string label,
	ref string descr,
	ref int color
)

Parameters

index
Type: SystemInt32
Index
code
Type: SystemString
Returned Code
label
Type: SystemString
Returned Label
descr
Type: SystemString
Returned Description
color
Type: SystemInt32
Color.
Remarks
Returns the solid color, pattern foreground color, or symbol color, along with the code, label and description.
See Also