Click or drag to resize

CSYSiListDocuments Method

Note: This API is now obsolete.

Load the open databases or maps into a VV.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iListDocuments(
	CGXNETCore gxNetShared,
	CVV gvv,
	int type
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iListDocuments(
	CGXNETCore gxNetShared,
	CVV gvv,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
gvv
Type: GeoEngine.Core.GXNetXCVV
VV of type -<define>STR_FILE</define>
type
Type: SystemInt32
DOCUMENT_TYPES

Return Value

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