GetStructuralConnectionSettings Method


Obtains the StructuralConnectionSettings object for the specified project document.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2017

Syntax

C#
public static StructuralConnectionSettings GetStructuralConnectionSettings(
	Document document
)
Visual Basic
Public Shared Function GetStructuralConnectionSettings ( _
	document As Document _
) As StructuralConnectionSettings
Visual C++
public:
static StructuralConnectionSettings^ GetStructuralConnectionSettings(
	Document^ document
)

Parameters

document
Type: Autodesk.Revit.DB Document
A project document.

Return Value

The StructuralConnectionSettings object.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentException document is not a project document.
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was null

See Also