Click or drag to resize

CPROJiListLoadedDocuments Method

Fills a VV with loaded documents of a certain type.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iListLoadedDocuments(
	CVV gvv,
	string type
)

public static int iListLoadedDocuments(
	CVV gvv,
	string type
)

Parameters

gvv
Type: GeoEngine.Core.GXNetCVV
VV of type -<define>STR_FILE</define>>
type
Type: SystemString
Type of document to obtain

Return Value

Type: Int32
The number of loaded documents listed in the VV.
Remarks
The type string can be one of the following: Database List Databases. Grid List Grids. Map List Maps. 3DView List 3D Views. Geosurface List Geosurfaces. Voxel List Voxels. VoxelInversion List VOXI Documents. MXD List ArcGIS MXDs. GMS3D List GM-SYS 3D Models. GMS2D List GM-SYS 2D Models. All Lists all files.
See Also