Show / Hide Table of Contents

    Class DeformedBarAttachment

    Inheritance
    System.Object
    DeformedBarAttachment
    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 DeformedBarAttachment

    Properties

    Ends

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

    RebarAngle

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

    RebarCoating

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

    RebarGrade

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

    RebarSize

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

    RebarStandard

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

    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