Click or drag to resize
CMAPCreateLinked3DView Method
Create a 3D View in this map that is linked to a MVIEW in a 3D View file.

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

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

Parameters

mview
Type: GeoEngine.Core.GXNetXCMVIEW
3DV's 3D MVIEW
view_name
Type: SystemString
New view name
min_x
Type: SystemDouble
X minimum in mm
min_y
Type: SystemDouble
Y minimun in mm
max_x
Type: SystemDouble
X maximum in mm
max_y
Type: SystemDouble
Y maximum in mm
See Also