IntersectionResultArray
Description:
An array that can contain any type of object.
An array that can contain any type of object.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.IntersectionResultArray
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.IntersectionResultArray
public class IntersectionResultArray : APIObject,
IEnumerable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IntersectionResultArray() | None | Initializes a new instance of the class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Append(IntersectionResult) | None | ||
| Clear() | None | Removes every item from the array, rendering it empty. | |
| ForwardIterator() | IntersectionResultArrayIterator | Retrieve a forward moving iterator to the array. | |
| GetEnumerator() | IEnumerator | Retrieve a forward moving iterator to the array. | |
| Insert(IntersectionResult, Int32) | None | ||
| ReverseIterator() | IntersectionResultArrayIterator | Retrieve a backward moving iterator to the array. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsEmpty | bool | Test to see if the array is empty. | |
| Item | IntersectionResult | Gets or sets an item at a specified index within the array. | |
| Size | int | Returns the number of objects that are in the array. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |