Show / Hide Table of Contents

    Class EmbedShape

    Inheritance
    System.Object
    Embed
    EmbedShape
    Inherited Members
    Embed.Piecemark
    Embed.Grade
    Embed.PlateSurfaceFinish
    Embed.StudSurfaceFinish
    Embed.Location
    Embed.Length
    Embed.HoleAttachments
    Embed.StudAttachments
    Embed.DeformedBarAttachments
    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 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
    System.Boolean

    Shape

    Get the embedded shape description

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

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    Embed.Dispose(Boolean)
    Back to top