  | CPROJiListLoadedDocuments Method  | 
 Fills a VV with loaded documents of a certain type.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iListLoadedDocuments(
	CGXNETCore gxNetShared,
	CVV gvv,
	string type
)
public static int iListLoadedDocuments(
	CGXNETCore gxNetShared,
	CVV gvv,
	string type
)
Public Shared Function iListLoadedDocuments ( 
	gxNetShared As CGXNETCore,
	gvv As CVV,
	type As String
) As Integer
Public Shared Function iListLoadedDocuments ( 
	gxNetShared As CGXNETCore,
	gvv As CVV,
	type As String
) As Integer
public:
static int iListLoadedDocuments(
	CGXNETCore^ gxNetShared, 
	CVV^ gvv, 
	String^ type
)
public:
static int iListLoadedDocuments(
	CGXNETCore^ gxNetShared, 
	CVV^ gvv, 
	String^ type
)
static member iListLoadedDocuments : 
        gxNetShared : CGXNETCore * 
        gvv : CVV * 
        type : string -> int 
static member iListLoadedDocuments : 
        gxNetShared : CGXNETCore * 
        gvv : CVV * 
        type : string -> int 
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: 
Int32The 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