Click or drag to resize

CSEGYREADERGetSliceFilenames Method (String)

Returns a list of the filenames of the XY slices that will be exported.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetSliceFilenames(
	ref string filename_list
)

public void GetSliceFilenames(
	ref string filename_list
)

Parameters

filename_list
Type: SystemString
List of filenames,separated by newlines
See Also