The BaselineCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(String, ObjectId, ObjectId)
Adds a baseline with the given baseline name, alignment and profile.
Public methodAdd(String, String, String)
Adds a baseline with the given baseline name, alignment and profile.
Public methodGetEnumerator
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Public methodGetObjectEnumerator
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
Public methodRemove(String)
Removes the Baseline with the given name.
Public methodRemove(Baseline)
Removes the given Baseline object.
Public methodRemoveAt
Removes the Baseline at the specified index.

See Also