FamilyItemFactory.NewReferencePoint(PointElementReference)
Method
Description:
Create a reference point on an existing reference in an Autodesk Revit family document.
Create a reference point on an existing reference in an Autodesk Revit family document.
Remarks:
The location and coordinate system of the point is determined by the particular PointReference subclass, and the point will remain constrained to that reference.
The location and coordinate system of the point is determined by the particular PointReference subclass, and the point will remain constrained to that reference.
Parameters
Parameter | Type | Description |
---|---|---|
A_0 | PointElementReference |
Return Value
Type | Description |
---|---|
ReferencePoint | The newly created ReferencePoint. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the argument is. |
InvalidOperationException | Thrown when the family is not a Conceptual Mass Family. |