Class MaterialDescriptions
Default material descriptions, based on member type, from fabricator setup
Inheritance
System.Object
MaterialDescriptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.String |
Column
Default description for a column
Declaration
public string Column { get; }
Property Value
Type | Description |
---|---|
System.String |
Girt
Default description for a girt
Declaration
public string Girt { get; }
Property Value
Type | Description |
---|---|
System.String |
GroupMember
Default description for a group member
Declaration
public string GroupMember { get; }
Property Value
Type | Description |
---|---|
System.String |
HorizontalBrace
Default description for a horizontal brace
Declaration
public string HorizontalBrace { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Stair
Default description for a stair
Declaration
public string Stair { get; }
Property Value
Type | Description |
---|---|
System.String |
VerticalBrace
Default description for a vertical brace
Declaration
public string VerticalBrace { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|---|
System.String | description |
Remarks
You will need to have added the fabricator to the transaction to do this
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()