Class BomRoot
Represents a BOM root.
Inherited Members
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> |