Click or drag to resize

CGUIiLinePatternForm Method

Select a line pattern.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iLinePatternForm(
	ref int pattern,
	ref double thickness,
	ref double pitch,
	ref int colour
)

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

Parameters

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