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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The group must be an AGG group. Check this using iIsGroup_MVIEW(View, sGroup, MVIEW_IS_AGG).
Syntax
public void GetAGGFileNames(
	string str1,
	CVV oVV2
)

Parameters

str1
Type: SystemString
group name
oVV2
Type: GeoEngine.Core.GXNetCVV
returned string VV of type -STR_FILE
See Also