ChannelDesignCrossSectionCustomExportPointsToCSVFile Method

Export points to a CSV file from the custom cross section.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public bool ExportPointsToCSVFile(
	string csvFilePath
)

Parameters

csvFilePath  String
The full file path of the CSV file. File path can be either local or network.

Return Value

Boolean
Return true if export successfully, or else return false.
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. The file name is empty.
  2. File extenstion is not csv.
  3. The file can't be open for write.
See Also