2021 Class
Changes 0
C

RepeaterCoordinates

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