Click or drag to resize

CMVIEWSetH3DN Method

Set the 3DN object for this view

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetH3DN(
	C3DN o3dn
)

public void SetH3DN(
	C3DN o3dn
)

Parameters

o3dn
Type: GeoEngine.Core.GXNetXC3DN
3DN to set (NULL for 2D view)
Remarks
To make the view a 2D view, set a 3DN of NULL.
See Also