Obtains the StructuralSettings object for the specified project document.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static StructuralSettings GetStructuralSettings( Document doc )
Parameters
- doc Document
- A project document.
Return Value
StructuralSettingsThe StructuralSettings object.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |