Share

PointElementReference Class

Base class for objects defining a way to constrain a ReferencePoint to one or more other objects in a document.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.PointElementReference
    More

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public abstract class PointElementReference

The PointElementReference type exposes the following members.

Methods

 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.PointElementReference
    Autodesk.Revit.DB.PointOnEdge
    Autodesk.Revit.DB.PointOnEdgeEdgeIntersection
    Autodesk.Revit.DB.PointOnEdgeFaceIntersection
    Autodesk.Revit.DB.PointOnFace
    Autodesk.Revit.DB.PointOnPlane
    Autodesk.Revit.DB.PointRelativeToPoint

Was this information helpful?