Revit 2025.3 API
Repeater |
Represents coordinates in the array of repeating references in 0, 1, or 2 dimensions.
SystemObject
Autodesk.Revit.DBRepeaterCoordinates
Autodesk.Revit.DBRepeaterCoordinates
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The RepeaterCoordinates type exposes the following members.
| Name | Description | |
|---|---|---|
| RepeaterCoordinates | Creates zero dimensional coordinates. | |
| RepeaterCoordinates(Int32) | Creates one dimensional coordinates. | |
| RepeaterCoordinates(Int32, Int32) | Creates two dimensional coordinates. |
| Name | Description | |
|---|---|---|
| DimensionCount | The number of dimensions of the coordinates (0, 1 or 2 for zero, one or two dimensional arrays.) | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the RepeaterCoordinates | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetCoordinate | Returns the coordinate in the given dimension. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
See Also