Show / Hide Table of Contents

    Class MiscellaneousGratingEnd

    End properties for a miscellaneous bent plate, should be largely the same as to Model.GratingEnd

    Inheritance
    object
    MiscellaneousGratingEnd
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class MiscellaneousGratingEnd

    Properties

    EndBandThickness

    Thickness of the end band.

    Declaration
    public double EndBandThickness { get; set; }
    Property Value
    Type Description
    double

    A floating point value in inches.

    EndCutAngle

    Angle to cut across the end of the grating where 0 is a sqr cut.

    Declaration
    public double EndCutAngle { get; set; }
    Property Value
    Type Description
    double

    A floating point value in radians.

    Methods

    Dispose(bool)

    End properties for a miscellaneous bent plate, should be largely the same as to Model.GratingEnd

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

    ~MiscellaneousGratingEnd()

    End properties for a miscellaneous bent plate, should be largely the same as to Model.GratingEnd

    Declaration
    protected ~MiscellaneousGratingEnd()
    Back to top