SuperelevationCurveCollectionImportSuperelevationDataFromFile Method |
Imports superelevation data from specified file.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static void ImportSuperelevationDataFromFile(
string fileName,
ObjectId alignmentId,
bool acceptGarbage
)
Public Shared Sub ImportSuperelevationDataFromFile (
fileName As String,
alignmentId As ObjectId,
acceptGarbage As Boolean
)
public:
static void ImportSuperelevationDataFromFile(
String^ fileName,
ObjectId alignmentId,
bool acceptGarbage
)
Parameters
- fileName String
- The full path and name of the superelevation data file.
- alignmentId ObjectId
- The alignment which the superelevation data are imported to.
- acceptGarbage Boolean
- Accept or ignore if there is some garbage data in the file.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The file name does not exist.
- The alignment id is invalid.
- The file content doesn't match the specified superelevation data file format.
|
ArgumentException |
Thrown when:
- The file name does not exist.
- The alignment id is invalid.
- The file content doesn't match the specified superelevation data file format.
|
See Also