Click or drag to resize
CIMGSetInfo Method
Sets location information about this image.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Calls to this function should be made BEFORE calls to SetIPJ_IMG, as the latter function sets up the bounding rectangle in the metadata.
Syntax
public void SetInfo(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5
)

Parameters

d1
Type: SystemDouble
X element separation
d2
Type: SystemDouble
Y element separation
d3
Type: SystemDouble
X location of first point
d4
Type: SystemDouble
Y location of first point
d5
Type: SystemDouble
grid X axis rotation deg. CCW from reference X
See Also