Create a reference point at a given location and with a given coordinate system in an Autodesk Revit family document.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- A_0
- Type: Autodesk.Revit.DBTransform
Return Value
The newly created ReferencePoint.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentNullException | Thrown when the argument is a null reference (Nothing in Visual Basic). |
| Autodesk.Revit.ExceptionsInvalidOperationException | Thrown when the family is not a Conceptual Mass Family. |