Return the filename that would be or was created by an AmbMeasure or AmbCalculate function.

Parameters:

name:

The name of the AMB Split configuration section that is being calculated.

fileType:

The file type that was measured or calculated.

Return Value:

The filename to be used for a particular AMB file type.


Interface Signature:

string AmbFilename(string ambName, EAmbFileType ambFileType);


The function AmbMeasure and the AmbCalculate creates a file whose filename will be specific to the type of measurement made and the name of the AMB Split configuration section. This function allows one to get the name that the file will have after the measurement or calculation.

See also EAmbFileType, EAmbMeasureType, and C# Defined Types.