Show / Hide Table of Contents

    Class DeformedBarAttachment

    Inheritance
    object
    DeformedBarAttachment
    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 DeformedBarAttachment

    Properties

    Ends

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

    RebarAngle

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

    RebarCoating

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

    RebarGrade

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

    RebarSize

    Declaration
    public int RebarSize { get; }
    Property Value
    Type Description
    int

    RebarStandard

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

    Methods

    Dispose(bool)

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

    Equals(object)

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

    ~DeformedBarAttachment()

    Declaration
    protected ~DeformedBarAttachment()

    GetHashCode()

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