Show / Hide Table of Contents

    Class EmbedHoleAttachment

    Inheritance
    System.Object
    EmbedHoleAttachment
    Inherited Members
    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 EmbedHoleAttachment

    Properties

    AddBolt

    Declaration
    public bool AddBolt { get; }
    Property Value
    Type Description
    System.Boolean

    AddNut

    Declaration
    public bool AddNut { get; }
    Property Value
    Type Description
    System.Boolean

    AddWasherUnderHead

    Declaration
    public bool AddWasherUnderHead { get; }
    Property Value
    Type Description
    System.Boolean

    AddWasherUnderNut

    Declaration
    public bool AddWasherUnderNut { get; }
    Property Value
    Type Description
    System.Boolean

    AttachLocation

    Declaration
    public EmbedAttachLocation AttachLocation { get; }
    Property Value
    Type Description
    EmbedAttachLocation

    AttachOrientation

    Declaration
    public EmbedAttachOrientation AttachOrientation { get; }
    Property Value
    Type Description
    EmbedAttachOrientation

    BoltDiameter

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

    BoltFinish

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

    BoltGrip

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

    BoltLength

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

    BoltType

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

    ChannelToeForEndOperation

    Declaration
    public EmbedChannelToeForEndOperation ChannelToeForEndOperation { get; }
    Property Value
    Type Description
    EmbedChannelToeForEndOperation

    Column

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

    ColumnLeftEdgeDistance

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

    ColumnLocationMethod

    Declaration
    public EmbedColumnLocationMethod ColumnLocationMethod { get; }
    Property Value
    Type Description
    EmbedColumnLocationMethod

    ColumnOrigin

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

    ColumnRightEdgeDistance

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

    ColumnSpacing

    Declaration
    public DoubleList ColumnSpacing { get; }
    Property Value
    Type Description
    DoubleList

    FlipBolt

    Declaration
    public bool FlipBolt { get; }
    Property Value
    Type Description
    System.Boolean

    HeadWasherThickness

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

    HeadWasherWidth

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

    IsBoltGripInside

    Declaration
    public bool IsBoltGripInside { get; }
    Property Value
    Type Description
    System.Boolean

    NutGrade

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

    NutType

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

    NutWasherThickness

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

    NutWasherWidth

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

    Row

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

    RowOrigin

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

    RowSpacing

    Declaration
    public DoubleList RowSpacing { get; }
    Property Value
    Type Description
    DoubleList

    SlotLength

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

    SlotRotation

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

    StudDiameter

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

    UseShopBolt

    Declaration
    public bool UseShopBolt { get; }
    Property Value
    Type Description
    System.Boolean

    UseTensionControlBolt

    Declaration
    public bool UseTensionControlBolt { get; }
    Property Value
    Type Description
    System.Boolean

    WasherGradeUnderHead

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

    WasherGradeUnderNut

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

    WasherTypeUnderHead

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

    WasherTypeUnderNut

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

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()
    Back to top