Click or drag to resize
CTPATIGetSolidPattern Method (Int32, String, Int32, String, Int32, String, Int32, Int32)
Get solid pattern info from the TPAT.

Available since Oasis montaj version: 7.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Returns the solid color, pattern foreground color, or symbol color, along with the code, label and description.
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
)

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.
See Also