RVTDocs.com
Namespace: Autodesk.Revit.DB

RepeaterCoordinates

Class
Description:
Represents coordinates in the array of repeating references in 0, 1, or 2 dimensions.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.RepeaterCoordinates
Syntax
RepeaterCoordinates Class Members:
Name Description Inherited From
RepeaterCoordinates() Creates zero dimensional coordinates.
RepeaterCoordinates(Int32) Creates one dimensional coordinates.
RepeaterCoordinates(Int32, Int32) Creates two dimensional coordinates.
Name Description Inherited From
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.
Name Description Inherited From
Dispose Releases all resources used by the RepeaterCoordinates
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetCoordinate Returns the coordinate in the given dimension.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object