Class ColumnEnd
Column specific end options
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class ColumnEnd : MemberEnd
Properties
IsAutoMaterialSetback
If true, then the system will calculate a default material setback based on setup values.
Declaration
public bool IsAutoMaterialSetback { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsAutoMemberSetback
If true, then the system will calculate a default member setback based on setup values.
Declaration
public bool IsAutoMemberSetback { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MaterialSetbackValue
The value for the current member setback.
Declaration
public double MaterialSetbackValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
MemberSetbackValue
The value for the current member setback.
Declaration
public double MemberSetbackValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Methods
Dispose(bool)
Column specific end options
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |