Click or drag to resize

CPROJExpandDocumentNode Method

Expands/collapses a document node in the project manager.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.2.0.42
Syntax
public static void ExpandDocumentNode(
	string type,
	int display
)

public static void ExpandDocumentNode(
	string type,
	int display
)

Parameters

type
Type: SystemString
Document node to expand/collapse
display
Type: SystemInt32
<define>PROJ_NODE</define>
Remarks
The type string can be one of the following: Database Grid Map 3DView Geosurface Voxel VoxelInversion GMS3D GMS2D
See Also