Show / Hide Table of Contents

    Class EmbedPlate

    Inheritance
    System.Object
    Embed
    EmbedPlate
    Inherited Members
    Embed.Piecemark
    Embed.Grade
    Embed.PlateSurfaceFinish
    Embed.StudSurfaceFinish
    Embed.Location
    Embed.Length
    Embed.HoleAttachments
    Embed.StudAttachments
    Embed.DeformedBarAttachments
    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 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
    Type Description
    System.Double

    NailerHoleSize

    The diameter of the nailer holes

    Declaration
    public double NailerHoleSize { get; }
    Property Value
    Type Description
    System.Double

    Thickness

    The thickness of the embed plate

    Declaration
    public double Thickness { get; }
    Property Value
    Type Description
    System.Double

    Width

    The width of the embed plate

    Declaration
    public double Width { get; }
    Property Value
    Type Description
    System.Double

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    Embed.Dispose(Boolean)
    Back to top