Click or drag to resize
CGUIiLinePatternForm Method
Select a line pattern.

Available since Oasis montaj version: 8.1.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Same as iPatternForm_GUI but for line patterns.
Syntax
public static int iLinePatternForm(
	ref int i1,
	ref double d2,
	ref double d3,
	ref int i4
)

Parameters

i1
Type: SystemInt32
Current Pattern
d2
Type: SystemDouble
Current Thickness
d3
Type: SystemDouble
Current Pitch
i4
Type: SystemInt32
Current Pattern Color

Return Value

Type: Int32
0 - Ok 1 - Cancel
See Also