Search Results for

    Show / Hide Table of Contents

    Class BomRoot

    Represents a BOM root.

    Inheritance
    Object
    BomRoot
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TopSolid.Cad.Design.Automating
    Assembly: TopSolid.Cad.Design.Automating.dll
    Syntax
    [Obsolete("Since v7.12, access to BOM is done using IBoms interface.")]
    [DataContract]
    public class BomRoot

    Constructors

    BomRoot(List<String>, List<BomRow>)

    Initializes a new instance of the BomRoot structure.

    Declaration
    public BomRoot(List<string> inColumns, List<BomRow> inRows)
    Parameters
    Type Name Description
    List<String> inColumns
    List<BomRow> inRows

    Properties

    Columns

    Gets the BOM columns.

    Declaration
    public List<string> Columns { get; }
    Property Value
    Type Description
    List<String>

    Rows

    Gets the top BOM rows.

    Declaration
    public List<BomRow> Rows { get; }
    Property Value
    Type Description
    List<BomRow>
    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.