2027 Class
Changes 0
C

PointOnEdge

Description:
Define a ReferencePoint relative to a referenceable edge or curve on another element.
Remarks:
The ReferencePoint's X basis vector is constrained to the tangent vector to the curve. The Y and Z vectors are free to rotate around the curve.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.PointElementReference
    Autodesk.Revit.DB.PointOnEdge
Name Return Type Description Inherited From
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetEdgeReference() Reference Get a copy of the edge or curve reference.
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 SetEdgeReference(Reference) None Change the edge or curve reference.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P LocationOnCurve PointLocationOnCurve The point location on curve.