The BaselineRegionCollection type exposes the following members.

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(String)
Removes a Region with the given region name.
Public methodRemove(BaselineRegion)
Removes the given region.
Public methodRemoveAt
Removes a Region by index.

Properties

  NameDescription
Public propertyCorridorId
Gets the ObjectId of the parent Corridor.
Public propertyCount
Gets the number of FeatureLines BaselineRegion in the collection.
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])

See Also