Click or drag to resize
CMVIEWGetSurfaceFilename Method (String, String, Int32)
Get the surface filename.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The group must be a SURFACE group. Check this using iIsGroup_MVIEW and <define>MVIEW_IS_GENSURF</define> or <define>MVIEW_IS_VOXSURF</define> .
Syntax
public void GetSurfaceFilename(
	string group,
	ref string filename,
	int length
)

Parameters

group
Type: SystemString
Group name
filename
Type: SystemString
filename returned
length
Type: SystemInt32
Maximum name length
See Also