ReferencePointGetPointElementReference Method |
Retrieve a copy of the rule that computes the
location of the ReferencePoint relative to other elements in
the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic PointElementReference GetPointElementReference()
Public Function GetPointElementReference As PointElementReference
public:
PointElementReference^ GetPointElementReference()
member GetPointElementReference : unit -> PointElementReference
Return Value
PointElementReferenceA PointElementReference object, or
if the
ReferencePoint does not have a reference.
See Also