 | 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
Syntaxpublic static C3DC Create(
CGXNETCore gxNetShared,
IWin32Window handle
)
public static C3DC Create(
CGXNETCore gxNetShared,
IWin32Window handle
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
handle As IWin32Window
) As C3DC
Public Shared Function Create (
gxNetShared As CGXNETCore,
handle As IWin32Window
) As C3DC
public:
static C3DC^ Create(
CGXNETCore^ gxNetShared,
IWin32Window^ handle
)
public:
static C3DC^ Create(
CGXNETCore^ gxNetShared,
IWin32Window^ handle
)
static member Create :
gxNetShared : CGXNETCore *
handle : IWin32Window -> C3DC
static member Create :
gxNetShared : CGXNETCore *
handle : IWin32Window -> C3DC
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - handle
- Type: System.Windows.FormsIWin32Window
Window handle for the OpenGL context.
Return Value
Type:
C3DC3DC object
See Also