Click or drag to resize
CPGUSaveFile Method
Writes a PG to an image file.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The trend object and projection are optional.
Syntax
public static void SaveFile(
	CPG oPG1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	CTR oTR7,
	CIPJ oIPJ8,
	string str9
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
input PG object
d2
Type: SystemDouble
X origin
d3
Type: SystemDouble
Y origin
d4
Type: SystemDouble
DX
d5
Type: SystemDouble
DY
d6
Type: SystemDouble
rotation angle
oTR7
Type: GeoEngine.Core.GXNetCTR
Trend information or NULL
oIPJ8
Type: GeoEngine.Core.GXNetCIPJ
Projection or NULL
str9
Type: SystemString
Output file name
See Also