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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void CreateLinked3DView(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
3DV's 3D MVIEW
str2
Type: SystemString
New view name
d3
Type: SystemDouble
X minimum in mm
d4
Type: SystemDouble
Y minimun in mm
d5
Type: SystemDouble
X maximum in mm
d6
Type: SystemDouble
Y maximum in mm
See Also