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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void EMFObject(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	string file
)

Parameters

min_x
Type: SystemDouble
Min X
min_y
Type: SystemDouble
Min Y
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
file
Type: SystemString
EMF File holding data
See Also