CubeFileWriter Constructor (String)

NReco.PivotData Class Library Documentation
Initializes new CubeFileWriter instance with specified file name

Namespace:  NReco.PivotData.Output
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public CubeFileWriter(
	string fileName
)

Parameters

fileName
Type: SystemString
relative (to CurrentDirectory) or absolute path and file name
Remarks

file name should be without extension (or this may be a path to .cfg file)
See Also

Reference