Show / Hide Table of Contents

    Interface ICuttableEndMaterial

    Interface for materials which provide a list of ends that are CuttableMaterialEnds

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public interface ICuttableEndMaterial

    Properties

    Ends

    The list of two ends.

    Declaration
    CuttableMaterialEndList Ends { get; }
    Property Value
    Type Description
    CuttableMaterialEndList
    Back to top