Click or drag to resize
CIMGGetInfo Method
Retrieves 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)
Syntax
public void GetInfo(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref 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