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 | Inherited From |
|---|---|---|---|
| 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 | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the RepeaterCoordinates | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCoordinate(Int32) | Int32 | Returns the coordinate in the given dimension. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DimensionCount | int | The number of dimensions of the coordinates (0, 1 or 2 for zero, one or two dimensional arrays.) | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |