Class MaterialDescriptions
Default material descriptions, based on member type, from fabricator setup
Inherited Members
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class MaterialDescriptions
Properties
Beam
Default description for a beam
Declaration
public string Beam { get; }
Property Value
| Type | Description |
|---|---|
| string |
Column
Default description for a column
Declaration
public string Column { get; }
Property Value
| Type | Description |
|---|---|
| string |
Girt
Default description for a girt
Declaration
public string Girt { get; }
Property Value
| Type | Description |
|---|---|
| string |
GroupMember
Default description for a group member
Declaration
public string GroupMember { get; }
Property Value
| Type | Description |
|---|---|
| string |
HorizontalBrace
Default description for a horizontal brace
Declaration
public string HorizontalBrace { get; }
Property Value
| Type | Description |
|---|---|
| string |
Miscellaneous
Available default descriptions for miscellaneous members.
Declaration
public StringList Miscellaneous { get; }
Property Value
| Type | Description |
|---|---|
| StringList |
Purlin
Default description for a purlin
Declaration
public string Purlin { get; }
Property Value
| Type | Description |
|---|---|
| string |
Stair
Default description for a stair
Declaration
public string Stair { get; }
Property Value
| Type | Description |
|---|---|
| string |
VerticalBrace
Default description for a vertical brace
Declaration
public string VerticalBrace { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
AddMiscellaneous(string)
Add a new miscellaneous description to the list returned by the Miscellaneous property
Declaration
public void AddMiscellaneous(string description)
Parameters
| Type | Name | Description |
|---|---|---|
| string | description |
Remarks
You will need to have added the fabricator to the transaction to do this
Dispose(bool)
Default material descriptions, based on member type, from fabricator setup
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~MaterialDescriptions()
Default material descriptions, based on member type, from fabricator setup
Declaration
protected ~MaterialDescriptions()