Click or drag to resize

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
Syntax
public static void Show3DViewerDialog(
	string title,
	string o3dv
)

public static void Show3DViewerDialog(
	string title,
	string o3dv
)

Parameters

title
Type: SystemString
Title
o3dv
Type: SystemString
3D View name (.geosoft_3dv)
Remarks
Any changes made to the 3D View will be persisted.
See Also