BaselineExportTransitions Method |
Export transitions into a csv file.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void ExportTransitions(
string csvFileName
)
Public Sub ExportTransitions (
csvFileName As String
)
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.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when something wrong on file directory or file name.
|
Exception |
Thrown when something wrong on writing data to file.
|
See Also