BaselineRegion Class

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.8.0.292
Syntax
public sealed class BaselineRegion : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The BaselineRegion type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAppliedAssembliesGets the collection of AppliedAssembly objects associated with this BaselineRegion.
Public propertyAppliedAssemblySetting Gets the information of the way to apply assembly.
Public propertyAssemblyIdGets or sets the ObjectId of the Assembly associated with this BaselineRegion.
Public propertyCorridorIdGets the ObjectId of the Corridor this BaselineRegion is associated with.
Public propertyEndStationGets or sets the number of the end station for this BaselineRegion.
Public propertyIsProcessedObsolete.
Gets whether this BaselineRegion is processed.
Public propertyName Gets or sets the name of the BaselineRegion.
Public propertyNeedsProcessing Gets or sets whether this BaselineRegion is built during corridor rebuild.
Public propertyCode exampleOffsetBaselinesGets the collection of OffsetBaseline objects associated with this BaselineRegion.
Public propertyRegionGUIDGets the GUID of BaselineRegion object.
Public propertyStartStationGets or sets the number of the start station for this BaselineRegion.
Top
Methods
 NameDescription
Public methodAdditionalStations 
Public methodCode exampleAddStationAdds a station to the BaselineRegion.
Public methodClearAdditionalStations 
Public methodDeleteStationRemoves a station from the BaselineRegion.
Public methodExportSolids(ExportCorridorSolidsParams, Database) Export solids from a specified range in the corridor region and save to target database.
Public methodCode exampleExportSolids(ExportCorridorSolidsParams, Double, Double, Database) Export solids from a specified range in the corridor region and save to target database.
Public methodGetOverriddenStations Gets the information of the overridden stations.
Public methodGetTargets Gets the targets information.
Public methodMatch Match the assembly, frequency parameters and target from sourceRegion.
Public methodMerge Merges the regions in the range specified by first and last region into current region.
Public methodRemoveOverriddenStationRemoves a overridden station from region.
Public methodCode exampleSetTargets Sets the target information. The pass in updatedTargets should be got from method GetTargets().
Public methodSortedStations 
Public methodSplit Splits the baseline region.
Top
See Also