|
![]() |
The ModelItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ModelItemCollection()()()() |
Create an empty collection
|
![]() |
ModelItemCollection(ModelItemCollection) |
Create a copy of another collection
|
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds an item to the ICollection<(Of <(<'T>)>)>.
|
![]() |
AddAllInstances |
Add all instances of items included in the selection
|
![]() |
AddRange |
Add the items of the specified collection to the ModelItemCollection
|
![]() |
AreAllInstancesSelected |
Are all instances of items included in the selection also in the selection?
|
![]() |
BoundingBox()()()() |
Calculates bounding box of all items contained in the selection
|
![]() |
BoundingBox(Boolean) |
Calculates bounding box of all items contained in the selection
|
![]() |
Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
|
![]() |
Contains |
Determines whether the Selection contains a specific value.
|
![]() |
CopyFrom(IEnumerable<(Of <<'(ModelItem>)>>)) |
Sets the contents of the collection to the items in from
|
![]() |
CopyFrom(ModelItemCollection) |
Sets the contents of the collection to the items in from
|
![]() |
CopyTo(ICollection<(Of <<'(ModelItem>)>>)) |
Copies the contents of the collection into to
|
![]() |
CopyTo(array<ModelItem>[]()[][], Int32) |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
|
![]() |
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
![]() |
Dispose(Boolean) | (Inherited from NativeHandle.) |
![]() |
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
![]() |
GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
![]() |
GetHashCode | (Inherited from NativeHandle.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Invert |
Inverts the selection.
|
![]() |
IsAnyContained |
Is any item in sel contained in selection? Are any items in value contained in any of the items in this selection?
|
![]() |
IsContained(ModelItem) |
Is item contained in selection? Item must be contained in any of the items in this selection
|
![]() |
IsContained(ModelItemCollection) |
Is sel contained in selection? Are all items in value contained in any of the items in this selection?
|
![]() |
IsContentsIntersected |
Are any paths contained by this selection also contained by value?
|
![]() |
IsDisjoint |
Is no item contained by any other item?
|
![]() |
IsSelected(ModelItem) |
Is item a member of this selection?
|
![]() |
IsSelected(ModelItemCollection) |
Is value a subset of this selection? All paths in value must also be in this selection
|
![]() |
MakeDisjoint |
Remove any selected items that are contained by other items
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Minimize |
Replaces this selection by one which contains the same items as this one does while including the minimum number of items.
|
![]() |
Remove |
Removes the first occurrence of a specific ModelItem from the Selection.
|
![]() |
ToString | (Inherited from NativeHandle.) |
![]() |
ValueEquals(ModelItemCollection) |
Performs comparison 'By Value'
|
![]() ![]() |
ValueEquals(ModelItemCollection, ModelItemCollection) |
Compares the two references 'By Value'
|
![]() |
Where(SearchCondition) |
Filters the items based on a search condition
|
![]() |
Where(SearchConditionCollection) |
Filters the items based on a set of search conditions
|
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements contained in the collection.
|
![]() |
Descendants |
All descendants of the items in the collection (excluding the items themselves)
|
![]() |
DescendantsAndSelf |
All descendants of the items in the collection (including the items themselves)
|
![]() |
First |
Return the first item in the collection or null if empty
|
![]() |
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
![]() |
IsEmpty |
Does the collection represent nothing selected?
|
![]() |
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
![]() |
Item |