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