Returns the RouteAnalysisSettings element for a given document.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static RouteAnalysisSettings GetRouteAnalysisSettings( Document cda )
Parameters
- cda Document
- The document for which to get the RouteAnalysisSettings element.
Return Value
RouteAnalysisSettingsReturns the RouteAnalysisSettings element in project documents or null for family documents
.Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |