Show / Hide Table of Contents

    Class Embed

    One entry in the embed plate schedule

    Inheritance
    object
    Embed
    EmbedPlate
    EmbedShape
    Inherited Members
    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 Embed

    Properties

    DeformedBarAttachments

    Get the deformed bar attachments

    Declaration
    public DeformedBarAttachmentList DeformedBarAttachments { get; }
    Property Value
    Type Description
    DeformedBarAttachmentList

    Grade

    One entry in the embed plate schedule

    Declaration
    public SteelGrade Grade { get; }
    Property Value
    Type Description
    SteelGrade

    HoleAttachments

    Get the hole attachments

    Declaration
    public EmbedHoleAttachmentList HoleAttachments { get; }
    Property Value
    Type Description
    EmbedHoleAttachmentList

    Length

    The length of the embed plate

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

    Location

    One entry in the embed plate schedule

    Declaration
    public EmbedLocation Location { get; }
    Property Value
    Type Description
    EmbedLocation

    Piecemark

    One entry in the embed plate schedule

    Declaration
    public string Piecemark { get; }
    Property Value
    Type Description
    string

    PlateFinish

    The surface finish to use on the embed plate

    Declaration
    public SurfaceFinish PlateFinish { get; }
    Property Value
    Type Description
    SurfaceFinish

    PlateSurfaceFinish

    The surface finish to use on the embed plate

    Declaration
    [Obsolete("Setup.Embed.PlateSurfaceFinish return type enum is deprecated. Use the PlateFinish property for the new type Setup.SurfaceFinish", false)]
    public MaterialSurfaceFinish PlateSurfaceFinish { get; }
    Property Value
    Type Description
    MaterialSurfaceFinish

    StudAttachments

    Get the stud attachments

    Declaration
    public EmbedStudAttachmentList StudAttachments { get; }
    Property Value
    Type Description
    EmbedStudAttachmentList

    StudFinish

    The surface finish to use on the stud

    Declaration
    public SurfaceFinish StudFinish { get; }
    Property Value
    Type Description
    SurfaceFinish

    StudSurfaceFinish

    The surface finish to use on the stud

    Declaration
    [Obsolete("Setup.Embed.StudSurfaceFinish return type enum is deprecated. Use the StudFinish property for the new type Setup.SurfaceFinish", false)]
    public MaterialSurfaceFinish StudSurfaceFinish { get; }
    Property Value
    Type Description
    MaterialSurfaceFinish

    Methods

    Dispose(bool)

    One entry in the embed plate schedule

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    Equals(object)

    One entry in the embed plate schedule

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

    ~Embed()

    One entry in the embed plate schedule

    Declaration
    protected ~Embed()

    GetHashCode()

    One entry in the embed plate schedule

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