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.

See Also