Click or drag to resize
CMVIEWGetAGGFileNames Method
Get the names of grid files stored in an AGG.

Available since Oasis montaj version: 5.1.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The group must be an AGG group. Check this using iIsGroup_MVIEW and <define>MVIEW_IS_AGG</define>.
Syntax
public void GetAGGFileNames(
	string group,
	CVV vv
)

Parameters

group
Type: SystemString
Group name
vv
Type: GeoEngine.Core.GXNetXCVV
Returned string VV of type -<define>STR_FILE</define>
See Also