Click or drag to resize

C3DCCreate Method

Create a 3D view container which can be used to instantiate a full 3D View.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static C3DC Create(
	CGXNETCore gxNetShared,
	IWin32Window handle
)

public static C3DC Create(
	CGXNETCore gxNetShared,
	IWin32Window handle
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
handle
Type: System.Windows.FormsIWin32Window
Window handle for the OpenGL context.

Return Value

Type: C3DC
3DC object
See Also