Export solids from a specified range in the corridor region and save to target database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public ObjectIdCollection ExportSolids(
ExportCorridorSolidsParams params,
double startStation,
double endStation,
Database targetDatabase
) |
| Visual Basic |
|---|
Public Function ExportSolids ( _
params As ExportCorridorSolidsParams, _
startStation As Double, _
endStation As Double, _
targetDatabase As Database _
) As ObjectIdCollection |
| Visual C++ |
|---|
public:
ObjectIdCollection^ ExportSolids(
ExportCorridorSolidsParams^ params,
double startStation,
double endStation,
Database^ targetDatabase
) |
Parameters
- params
- Type: Autodesk.Civil.DatabaseServices..::..ExportCorridorSolidsParams
The specified parameters used to export solids.
- startStation
- Type: System..::..Double
Start station of the specified range in the region.
- endStation
- Type: System..::..Double
End station of the specified range in the region.
- targetDatabase
- Type: Database
Solids will be saved to target database, null for current database.
See Also