ReinforcementSettings.GetReinforcementSettings
Method
Description:
Obtains the ReinforcementSettings object for the specified project document.
Obtains the ReinforcementSettings object for the specified project document.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | A project document. |
Return Value
Type | Description |
---|---|
ReinforcementSettings | The ReinforcementSettings object. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | document is not a project document. |
ArgumentNullException | A non-optional argument was null |