Click or drag to resize

CGUIiLinePatternForm Method

Select a line pattern.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static int iLinePatternForm(
	CGXNETCore gxNetShared,
	ref int pattern,
	ref double thickness,
	ref double pitch,
	ref int colour
)

public static int iLinePatternForm(
	CGXNETCore gxNetShared,
	ref int pattern,
	ref double thickness,
	ref double pitch,
	ref int colour
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pattern
Type: SystemInt32
Current Pattern
thickness
Type: SystemDouble
Current Thickness
pitch
Type: SystemDouble
Current Pitch
colour
Type: SystemInt32
Current Pattern Color

Return Value

Type: Int32
0 - Ok 1 - Cancel
Remarks
Same as iPatternForm_GUI but for line patterns.
See Also