Baseline |
The BaselineRegionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CorridorId | Gets the ObjectId of the parent Corridor. | |
| Count | Gets the number of FeatureLines BaselineRegion in the collection. | |
| ItemGuid | ||
| ItemInt32 | ||
| ItemString |
| 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. |