The BaselineRegionCollection type exposes the following members.

Methods

  NameDescription
Public methodAddRegion(String, ObjectId)
Creates an Region with the given region name and the assembly object id.
Public methodAddRegion(String, String)
Creates an 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.

Properties

  NameDescription
Public propertyCorridorId
Gets the ObjectId of the parent Corridor.
Public propertyCount
Gets the number of FeatureLines BaselineRegion in the collection.
Public propertyItem
Gets a BaselineRegion object by index.

See Also