Click or drag to resize

CTPATIGetSolidPattern Method (Int32, String, Int32, String, Int32, String, Int32, 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,
	int code_size,
	ref string label,
	int label_size,
	ref string descr,
	int descr_size,
	ref int color
)

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

Parameters

index
Type: SystemInt32
Index
code
Type: SystemString
Returned Code
code_size
Type: SystemInt32
Length of supplied code string variable
label
Type: SystemString
Returned Label
label_size
Type: SystemInt32
Length of supplied code string variable
descr
Type: SystemString
Returned Description
descr_size
Type: SystemInt32
Length of supplied code string variable
color
Type: SystemInt32
Color.
Remarks
Returns the solid color, pattern foreground color, or symbol color, along with the code, label and description.
See Also