Click or drag to resize

CPROJExpandDocumentNode Method

Expands/collapses a document node in the project manager.

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

public static void ExpandDocumentNode(
	CGXNETCore gxNetShared,
	string type,
	int display
)

Parameters

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