RepeaterCoordinates
Description:
Represents coordinates in the array of repeating references in 0, 1, or 2 dimensions.
Represents coordinates in the array of repeating references in 0, 1, or 2 dimensions.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.RepeaterCoordinates
System.Object
Autodesk.Revit.DB.RepeaterCoordinates
public class RepeaterCoordinates : IDisposable
| Name | Return Type | Description |
|---|---|---|
| RepeaterCoordinates() | None | Creates zero dimensional coordinates. |
| RepeaterCoordinates(Int32) | None | Creates one dimensional coordinates. |
| RepeaterCoordinates(Int32, Int32) | None | Creates two dimensional coordinates. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetCoordinate(Int32) | The coordinate. | Returns the coordinate in the given dimension. |
| Name | Return Type | Description |
|---|---|---|
| DimensionCount | int | The number of dimensions of the coordinates (0, 1 or 2 for zero, one or two dimensional arrays.) |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |