Show / Hide Table of Contents

    Class EmbedEnd

    An end on an entry in the embed plate schedule

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

    Properties

    ChannelToeForEndOperation

    An end on an entry in the embed plate schedule

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

    CutFlushLocation

    An end on an entry in the embed plate schedule

    Declaration
    public EmbedCutFlushLocation CutFlushLocation { get; }
    Property Value
    Type Description
    EmbedCutFlushLocation

    CutLength

    An end on an entry in the embed plate schedule

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

    CutRadius

    An end on an entry in the embed plate schedule

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

    HorizontalCut

    An end on an entry in the embed plate schedule

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

    Setback

    An end on an entry in the embed plate schedule

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

    VerticalCut

    An end on an entry in the embed plate schedule

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

    Methods

    Dispose(bool)

    An end on an entry in the embed plate schedule

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

    Equals(object)

    An end on an entry in the embed plate schedule

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

    ~EmbedEnd()

    An end on an entry in the embed plate schedule

    Declaration
    protected ~EmbedEnd()

    GetHashCode()

    An end on an entry in the embed plate schedule

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