Create a reference point on an existing reference in an Autodesk
Revit family document.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public ReferencePoint NewReferencePoint( PointElementReference A_0 )
Parameters
Return Value
ReferencePointThe newly created ReferencePoint.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the argument is null. |
InvalidOperationException | Thrown when the family is not a Conceptual Mass Family. |