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)
    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

    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(Boolean)

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

    Equals(Object)

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

    Finalize()

    Declaration
    protected void Finalize()

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    Back to top