Click or drag to resize
CMVIEWEMFObject Method
Add an EMF file data object to the view.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void EMFObject(
	double d1,
	double d2,
	double d3,
	double d4,
	string str5
)

Parameters

d1
Type: SystemDouble
Min X
d2
Type: SystemDouble
Min Y
d3
Type: SystemDouble
Max X
d4
Type: SystemDouble
Max Y
str5
Type: SystemString
EMF File holding data
See Also