A collection of baseline region (BaselineRegion) objects.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesBaselineRegionCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class BaselineRegionCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], IEnumerable<BaselineRegion>
VB
Public NotInheritable Class BaselineRegionCollection Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>] Implements IEnumerable(Of BaselineRegion)
C++
public ref class BaselineRegionCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], IEnumerable<BaselineRegion^>
The BaselineRegionCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CorridorId | Gets the ObjectId of the parent Corridor. | |
| Count | Gets the number of FeatureLines BaselineRegion in the collection. | |
| ItemGuid | ||
| ItemInt32 | ||
| ItemString |
Methods
| Name | Description | |
|---|---|---|
| Add(String, ObjectId) | Adds a region with the given region name and assembly after the last region. | |
| Add(String, String) | Adds a region with the given region name and assembly after the last region. | |
| Add(String, ObjectId, Double, Double) | Adds a region at the specified start and end station with the given name and assembly. | |
| Add(String, String, Double, Double) | Adds a region at the specified start and end station with the given name and assembly. | |
| AddRegion(String, ObjectId) | Obsolete. Creates a region with the given region name and the assembly object id. | |
| AddRegion(String, String) | Obsolete. Creates a region with the given name. | |
| GetEnumerator | Implement the method declare in IEnumerable<T> interface. This method return an enumertor which can be use to enumerate this collection. | |
| GetObjectEnumerator | Implement the method declare in IEnumerable interface. This method return an enumertor which can be use to enumerate this collection. | |
| IndexOf | Gets the specified region index in the collection. | |
| Remove(BaselineRegion) | Removes the given region. | |
| Remove(String) | Removes a Region with the given region name. | |
| RemoveAt | Removes a Region by index. |
