The BaselineCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add(String, ObjectId, ObjectId) |
Adds a baseline with the given baseline name, alignment and profile.
|
![]() | Add(String, String, String) |
Adds a baseline with the given baseline name, alignment and profile.
|
![]() | AddGUIDBaseline |
Adds a baseline with the given baseline name, alignment, profile, and GUID.
|
![]() | GetEnumerator |
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
|
![]() | GetObjectEnumerator |
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
|
![]() | Remove(String) |
Removes the Baseline with the given name.
|
![]() | Remove(Baseline) |
Removes the given Baseline object.
|
![]() | RemoveAt |
Removes the Baseline at the specified index.
|
Properties
Name | Description | |
---|---|---|
![]() | CorridorId |
Gets the ObjectId of the parent Corridor.
|
![]() | Count |
Gets the number of Baseline objects in the collection.
|
![]() | Item[([( Guid])]) | |
![]() | Item[([( Int32])]) | |
![]() | Item[([( String])]) |