Revit 2026 API
Structural |
Obtains the StructuralSettings object for the specified project document.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static StructuralSettings GetStructuralSettings( Document doc )
Public Shared Function GetStructuralSettings ( doc As Document ) As StructuralSettings
public: static StructuralSettings^ GetStructuralSettings( Document^ doc )
static member GetStructuralSettings : doc : Document -> StructuralSettings
Parameters
- doc Document
- A project document.
Return Value
StructuralSettingsThe StructuralSettings object.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also