 | CPROJiListDocuments Method |
Fills a VV with documents of a certain type.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iListDocuments(
CVV gvv,
string type
)
public static int iListDocuments(
CVV gvv,
string type
)
Public Shared Function iListDocuments (
gvv As CVV,
type As String
) As Integer
Public Shared Function iListDocuments (
gvv As CVV,
type As String
) As Integer
public:
static int iListDocuments(
CVV^ gvv,
String^ type
)
public:
static int iListDocuments(
CVV^ gvv,
String^ type
)
static member iListDocuments :
gvv : CVV *
type : string -> int
static member iListDocuments :
gvv : CVV *
type : string -> int
Parameters
- gvv
- Type: GeoEngine.Core.GXNetCVV
VV of type -<define>STR_FILE</define> - type
- Type: SystemString
Type of document to obtain
Return Value
Type:
Int32The number of 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