The BaselineRegionCollection type exposes the following members.
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(String) |
Removes a Region with the given region name.
|
![]() | Remove(BaselineRegion) |
Removes the given region.
|
![]() | RemoveAt |
Removes a Region by index.
|
Properties
Name | Description | |
---|---|---|
![]() | CorridorId |
Gets the ObjectId of the parent Corridor.
|
![]() | Count |
Gets the number of FeatureLines BaselineRegion in the collection.
|
![]() | Item[([( Int32])]) | |
![]() | Item[([( String])]) |