StructuralConnectionSettings.GetStructuralConnectionSettings
Method
Description:
Obtains the StructuralConnectionSettings object for the specified project document.
Obtains the StructuralConnectionSettings object for the specified project document.
Syntax
public static StructuralConnectionSettings GetStructuralConnectionSettings(
Document document
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | A project document. |
Return Value
| Type | Description |
|---|---|
| StructuralConnectionSettings | The StructuralConnectionSettings object. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | document is not a project document. |
| ArgumentNullException | A non-optional argument was null |