A segment of a baseline, specified by alignment stations for the start and end point. In a corridor, each baseline region uses a single assembly type.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesBaselineRegion
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class BaselineRegion : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public NotInheritable Class BaselineRegion Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class BaselineRegion sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The BaselineRegion type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AppliedAssemblies | Gets the collection of AppliedAssembly objects associated with this BaselineRegion. | |
| AppliedAssemblySetting | Gets the information of the way to apply assembly. | |
| AssemblyId | Gets or sets the ObjectId of the Assembly associated with this BaselineRegion. | |
| CorridorId | Gets the ObjectId of the Corridor this BaselineRegion is associated with. | |
| EndStation | Gets or sets the number of the end station for this BaselineRegion. | |
| IsProcessed | Obsolete. Gets whether this BaselineRegion is processed. | |
| Name | Gets or sets the name of the BaselineRegion. | |
| NeedsProcessing | Gets or sets whether this BaselineRegion is built during corridor rebuild. | |
| OffsetBaselines | Gets the collection of OffsetBaseline objects associated with this BaselineRegion. | |
| RegionGUID | Gets the GUID of BaselineRegion object. | |
| StartStation | Gets or sets the number of the start station for this BaselineRegion. |
Methods
| Name | Description | |
|---|---|---|
| AdditionalStations | ||
| AddStation | Adds a station to the BaselineRegion. | |
| ClearAdditionalStations | ||
| DeleteStation | Removes a station from the BaselineRegion. | |
| ExportSolids(ExportCorridorSolidsParams, Database) | Export solids from a specified range in the corridor region and save to target database. | |
| ExportSolids(ExportCorridorSolidsParams, Double, Double, Database) | Export solids from a specified range in the corridor region and save to target database. | |
| GetOverriddenStations | Gets the information of the overridden stations. | |
| GetTargets | Gets the targets information. | |
| Match | Match the assembly, frequency parameters and target from sourceRegion. | |
| Merge | Merges the regions in the range specified by first and last region into current region. | |
| RemoveOverriddenStation | Removes a overridden station from region. | |
| SetTargets | Sets the target information. The pass in updatedTargets should be got from method GetTargets(). | |
| SortedStations | ||
| Split | Splits the baseline region. |
