Search Results for

    Show / Hide Table of Contents

    Class BomRow

    Represents a BOM row.

    Inheritance
    Object
    BomRow
    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(IsReference = true)]
    public class BomRow

    Constructors

    BomRow()

    Initializes a new instance of the BomRow class.

    Declaration
    public BomRow()

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

    Initializes a new instance of the BomRow class.

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

    Properties

    Cells

    Gets the all cells of a row.

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

    ParentRow

    Gets the parent row.

    Declaration
    public BomRow ParentRow { get; }
    Property Value
    Type Description
    BomRow

    Rows

    Gets the child 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.