Returns a reference to a given curve within the Analytical Element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2023
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- selector
- Type: Autodesk.Revit.DB.StructureAnalyticalModelSelector
Specifies where in the Analytical Element the reference lies.
Return Value
Requested reference.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | selector is not valid for this AnalyticalElement. |
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |