Class EmbedPlate
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class EmbedPlate : Embed
Properties
NailerEdgeDistance
The distance from the center of each nailer hole to the
horizontal edge of the embed plate. This is also the distance of
the nailer hole or vertical edge of the embed plate.
Declaration
public double NailerEdgeDistance { get; }
Property Value
NailerHoleSize
The diameter of the nailer holes
Declaration
public double NailerHoleSize { get; }
Property Value
Thickness
The thickness of the embed plate
Declaration
public double Thickness { get; }
Property Value
Width
The width of the embed plate
Declaration
public double Width { get; }
Property Value
Methods
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
Overrides
Equals(object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
object |
other |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides