Class DeckingEnd
The end of a decking material
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class DeckingEnd
Properties
CutAngle
Angle to cut across the end of the decking where 0 is a sqr cut.
Declaration
public double CutAngle { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in radians. |
Methods
Dispose(bool)
The end of a decking material
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~DeckingEnd()
The end of a decking material
Declaration
protected ~DeckingEnd()