BaselineRegionCollection Class

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

The BaselineRegionCollection type exposes the following members.

Properties
 NameDescription
Public propertyCorridorId Gets the ObjectId of the parent Corridor.
Public propertyCount Gets the number of FeatureLines BaselineRegion in the collection.
Public propertyItemGuid 
Public propertyItemInt32 
Public propertyItemString 
Top
Methods
 NameDescription
Public methodAdd(String, ObjectId) Adds a region with the given region name and assembly after the last region.
Public methodAdd(String, String) Adds a region with the given region name and assembly after the last region.
Public methodAdd(String, ObjectId, Double, Double) Adds a region at the specified start and end station with the given name and assembly.
Public methodAdd(String, String, Double, Double) Adds a region at the specified start and end station with the given name and assembly.
Public methodAddRegion(String, ObjectId)Obsolete.
Creates a region with the given region name and the assembly object id.
Public methodAddRegion(String, String)Obsolete.
Creates a region with the given name.
Public methodGetEnumerator Implement the method declare in IEnumerable<T> interface. This method return an enumertor which can be use to enumerate this collection.
Public methodGetObjectEnumerator Implement the method declare in IEnumerable interface. This method return an enumertor which can be use to enumerate this collection.
Public methodIndexOf Gets the specified region index in the collection.
Public methodRemove(BaselineRegion) Removes the given region.
Public methodRemove(String) Removes a Region with the given region name.
Public methodRemoveAt Removes a Region by index.
Top
See Also