ChannelDesignCrossSectionCustomExportPointsToCSVFile Method |
Export points to a CSV file from the custom cross section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic bool ExportPointsToCSVFile(
string csvFilePath
)
Public Function ExportPointsToCSVFile (
csvFilePath As String
) As Boolean
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
BooleanReturn true if export successfully, or else return false.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when:
- The file name is empty.
- File extenstion is not csv.
- The file can't be open for write.
|
See Also