|
|
The TakeoffTableSelection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add |
Adds an item to the ICollection<(Of <(<'T>)>)>.
|
|
|
AddRange |
Method to add a range of ids, but only raise one event
|
|
|
Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
|
|
|
Contains |
Test whether the collection contains a specific id
|
|
|
CopyTo |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Remove |
Remove an id from the collection. It is not an error if the id is not in the collection.
|
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements contained in the collection.
|
|
|
TableType |
The TakeoffTableType for the table this object's selection is in.
|