Show / Hide Table of Contents

    Class Embed

    One entry in the embed plate schedule

    Inheritance
    System.Object
    Embed
    EmbedPlate
    EmbedShape
    Inherited Members
    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 Embed

    Properties

    DeformedBarAttachments

    Get the deformed bar attachments

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

    Grade

    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
    System.Double

    Location

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

    Piecemark

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

    PlateSurfaceFinish

    The surface finish to use on the embed plate

    Declaration
    public MaterialSurfaceFinish PlateSurfaceFinish { get; }
    Property Value
    Type Description
    MaterialSurfaceFinish

    StudAttachments

    Get the stud attachments

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

    StudSurfaceFinish

    Declaration
    public MaterialSurfaceFinish StudSurfaceFinish { get; }
    Property Value
    Type Description
    MaterialSurfaceFinish

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()
    Back to top