Show / Hide Table of Contents

    Class EmbedEnd

    An end on an entry in the embed plate schedule

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

    Properties

    ChannelToeForEndOperation

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

    CutFlushLocation

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

    CutLength

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

    CutRadius

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

    HorizontalCut

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

    Setback

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

    VerticalCut

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

    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