Show / Hide Table of Contents

    Class EmbedShape

    Inheritance
    object
    Embed
    EmbedShape
    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 EmbedShape : Embed

    Properties

    Ends

    Get the ends of the embed plate

    Declaration
    public EmbedEndList Ends { get; }
    Property Value
    Type Description
    EmbedEndList

    IsGalvanized

    Sets the material's finish to galvanized

    Declaration
    public bool IsGalvanized { get; }
    Property Value
    Type Description
    bool

    Shape

    Get the embedded shape description

    Declaration
    public Shape Shape { get; }
    Property Value
    Type Description
    Shape

    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