Obtains the StructuralSettings object for the specified project document.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static StructuralSettings GetStructuralSettings(
Document doc
)
Parameters
- doc Document
-
A project document.
Return Value
StructuralSettings
The StructuralSettings object.
Exceptions
See Also
Reference