Show / Hide Table of Contents

    Class EmbedPlate

    Inheritance
    object
    Embed
    EmbedPlate
    Inherited Members
    Embed.Piecemark
    Embed.Grade
    Embed.PlateFinish
    Embed.StudFinish
    Embed.StudSurfaceFinish
    Embed.PlateSurfaceFinish
    Embed.Location
    Embed.Length
    Embed.HoleAttachments
    Embed.StudAttachments
    Embed.DeformedBarAttachments
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, 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
    double

    NailerHoleSize

    The diameter of the nailer holes

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

    Thickness

    The thickness of the embed plate

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

    Width

    The width of the embed plate

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

    Methods

    Dispose(bool)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    Embed.Dispose(bool)

    Equals(object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    Embed.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    Embed.GetHashCode()
    Back to top