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