Show / Hide Table of Contents

    Class BillOfMaterial

    The bill of materials for a drawing

    Inheritance
    System.Object
    BillOfMaterial
    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.Detail
    Assembly: DesignData.SDS2.Detail.dll
    Syntax
    public class BillOfMaterial

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()

    GetLines()

    All the lines of bill of material.

    Declaration
    public BillLineList GetLines()
    Returns
    Type Description
    BillLineList

    GetSequences()

    Bill of material sequences.

    Declaration
    public BillSequenceList GetSequences()
    Returns
    Type Description
    BillSequenceList
    Back to top