BaselineExportTransitions Method

Export transitions into a csv file.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1987.0
Syntax
public void ExportTransitions(
	string csvFileName
)

Parameters

csvFileName  String
File name with directory or not. File path can be either local or network. File will be overwritten if it already exists.
Exceptions
ExceptionCondition
ArgumentException Thrown when: 1. File name is empty. 2. File name has invalid characters. 3. File name is a directory, not a file. 4. File extension is not .csv. 5. File directory doesn't exist.
Remarks
Some other system exceptions may also be thrown: 1. System.IO.PathTooLongException when file path is too long. 2. System.Runtime.InteropServices.SEHException when invalid operations happen, e.g. access denied.
See Also