Export transitions into a csv file.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void ExportTransitions( string csvFileName )
VB
Public Sub ExportTransitions ( csvFileName As String )
C++
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
Exception | Condition |
---|---|
ArgumentException | Thrown when something wrong on file directory or file name. |
Exception | Thrown when something wrong on writing data to file. |