Click or drag to resize
CPROJiListLoadedDocuments Method
Fills a VV with loaded documents of a certain type.

Available since Oasis montaj version: 9.2
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The type string can be one of the following: Database List Databases. Grid List Grids. Map List Maps. 3DView List 3D Views. 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.
Syntax
public static int iListLoadedDocuments(
	CGXNETCore gxNetShared,
	CVV gvv,
	string type
)

Parameters

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