| Revit 2021 API |
| RepeaterCoordinates Members |
| RepeaterCoordinates Class Constructors Methods Properties See Also |
The RepeaterCoordinates type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RepeaterCoordinates()()()() |
Creates zero dimensional coordinates.
| |
| RepeaterCoordinates(Int32) |
Creates one dimensional coordinates.
| |
| RepeaterCoordinates(Int32, Int32) |
Creates two dimensional coordinates.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the RepeaterCoordinates | |
| Equals | (Inherited from Object.) | |
| GetCoordinate |
Returns the coordinate in the given dimension.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| 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.
|