Gets the id of the view referenced by a reference view (such as a reference section or reference callout).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2015
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- document
- Type: Autodesk.Revit.DBDocument
The document containing the elements.
- referenceId
- Type: Autodesk.Revit.DBElementId
The reference view that will be changed to refer to a different View.
Return Value
The id of the referenced view.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | referenceId is not a valid reference view. |
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |