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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
To make the view a 2D view, set a 3DN of NULL.
Syntax
public void SetH3DN(
	C3DN o3dn
)

Parameters

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