ReferencePointArray
Description:
An array that contains reference objects.
An array that contains reference objects.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.ReferencePointArray
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.ReferencePointArray
public class ReferencePointArray : APIObject,
IEnumerable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ReferencePointArray() | None | Initializes a new instance of the class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Append(ReferencePoint) | None | ||
| Clear() | None | Removes every reference from the array, rendering it empty. | |
| ForwardIterator() | ReferencePointArrayIterator | Retrieve a forward moving iterator to the array. | |
| GetEnumerator() | IEnumerator | Retrieve a forward moving iterator to the array. | |
| Insert(ReferencePoint, Int32) | None | ||
| ReverseIterator() | ReferencePointArrayIterator | 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 | ReferencePoint | Gets or sets a reference at a specified index within the array. | |
| Size | int | Returns the number of references that are in the array. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |