FamilyItemFactory.NewReferencePoint(XYZ)
Method
Description:
Create a reference point at a given location in an Autodesk Revit family document.
Create a reference point at a given location in an Autodesk Revit family document.
Remarks:
The ReferencePoint will have a default coordinate system corresponding to the global coordinate system.
The ReferencePoint will have a default coordinate system corresponding to the global coordinate system.
Parameters
Parameter | Type | Description |
---|---|---|
A_0 | XYZ |
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. |