Click or drag to resize
CIMGGetInfo Method
Retrieves location information about this image.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetInfo(
	ref double dx,
	ref double dy,
	ref double xo,
	ref double yo,
	ref double rot
)

Parameters

dx
Type: SystemDouble
X element separation
dy
Type: SystemDouble
Y element separation
xo
Type: SystemDouble
X location of first point
yo
Type: SystemDouble
Y location of first point
rot
Type: SystemDouble
Grid X axis rotation deg. CCW from reference X
See Also