Click or drag to resize
CMVIEWSetH3DN Method
Set the 3DN object for this view

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
To make the view a 2D view, set a 3DN of NULL.
Syntax
public void SetH3DN(
	C3DN o3DN1
)

Parameters

o3DN1
Type: GeoEngine.Core.GXNetC3DN
3DN to set (NULL for 2D view)
See Also