 | 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
Syntaxpublic static void ExpandDocumentNode(
string type,
int display
)
public static void ExpandDocumentNode(
string type,
int display
)
Public Shared Sub ExpandDocumentNode (
type As String,
display As Integer
)
Public Shared Sub ExpandDocumentNode (
type As String,
display As Integer
)
public:
static void ExpandDocumentNode(
String^ type,
int display
)
public:
static void ExpandDocumentNode(
String^ type,
int display
)
static member ExpandDocumentNode :
type : string *
display : int -> unit
static member ExpandDocumentNode :
type : string *
display : int -> unit
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