 | CGUIShow3DViewerDialog Method |
Display a standalone 3D viewer
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void Show3DViewerDialog(
CGXNETCore gxNetShared,
string title,
string o3dv
)
public static void Show3DViewerDialog(
CGXNETCore gxNetShared,
string title,
string o3dv
)
Public Shared Sub Show3DViewerDialog (
gxNetShared As CGXNETCore,
title As String,
o3dv As String
)
Public Shared Sub Show3DViewerDialog (
gxNetShared As CGXNETCore,
title As String,
o3dv As String
)
public:
static void Show3DViewerDialog(
CGXNETCore^ gxNetShared,
String^ title,
String^ o3dv
)
public:
static void Show3DViewerDialog(
CGXNETCore^ gxNetShared,
String^ title,
String^ o3dv
)
static member Show3DViewerDialog :
gxNetShared : CGXNETCore *
title : string *
o3dv : string -> unit
static member Show3DViewerDialog :
gxNetShared : CGXNETCore *
title : string *
o3dv : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - title
- Type: SystemString
Title - o3dv
- Type: SystemString
3D View name (.geosoft_3dv)
RemarksAny changes made to the 3D View will be persisted.
See Also