Class HorizontalBraceEnd
Horizontal brace specific end options
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class HorizontalBraceEnd : MemberEnd
Properties
IsAutoTensionLoad
If true, the compression load will be automatically calculated by SDS2. If false, the compression load must be provided by the user, or set to '0' to prevent using tension in calculations for designing the connection on this end.
Declaration
public bool IsAutoTensionLoad { get; set; }
Property Value
Type | Description |
---|---|
bool |
MemberSetbackType
The type of setback on this end of the member
Declaration
public MemberSetbackType MemberSetbackType { get; set; }
Property Value
Type | Description |
---|---|
MemberSetbackType |
Remarks
Be sure to set this before setting MemberSetbackValue
MemberSetbackValue
The value for the current member setback. This can only be set if MemberSetbackType is either FieldClearance or InputMinusDimension
Declaration
public double MemberSetbackValue { get; set; }
Property Value
Type | Description |
---|---|
double |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown if MemberSetbackType is AutomaticMinusDimension |
Methods
Dispose(bool)
Horizontal brace specific end options
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |