Class BomRoot
Represents a BOM root.
Inheritance
System.Object
BomRoot
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|---|
System.Collections.Generic.List<System.String> | inColumns | |
System.Collections.Generic.List<BomRow> | inRows |
Properties
Columns
Gets the BOM columns.
Declaration
public List<string> Columns { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Rows
Gets the top BOM rows.
Declaration
public List<BomRow> Rows { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BomRow> |