StructuralSettingsGetStructuralSettings Method

Obtains the StructuralSettings object for the specified project document.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static StructuralSettings GetStructuralSettings(
	Document doc
)

Parameters

doc  Document
A project document.

Return Value

StructuralSettings
The StructuralSettings object.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also