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

Available since Oasis montaj version: 5.0.0
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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 iListDocuments(
	CVV oVV1,
	string str2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV of type -STR_FILE
str2
Type: SystemString
Type of document to obtain

Return Value

Type: Int32
The number of documents listed in the VV.
See Also