Click or drag to resize

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

public static void Show3DViewerDialog(
	CGXNETCore gxNetShared,
	string title,
	string o3dv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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