BaselineExportTransitions Method

Export transitions into a csv file.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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 something wrong on file directory or file name.
Exception Thrown when something wrong on writing data to file.
See Also