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

Available since Oasis montaj version: 8.1
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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Same as iPatternForm_GUI but for line patterns.
Syntax
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
See Also