Click or drag to resize
CUSERMETAUpdateExtents2D Method
Edit an existing XML metadata file by changing the extents and projection data

Available since Oasis montaj version: 7.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void UpdateExtents2D(
	string str1,
	CIPJ oIPJ2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

str1
Type: SystemString
Filename of existing metadata to update
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
New projection
d3
Type: SystemDouble
New MinX value
d4
Type: SystemDouble
New MinY value
d5
Type: SystemDouble
New MaxX value
d6
Type: SystemDouble
New MaxY value
See Also