Struct BomNode
Represents the node of a BOM.
Inherited Members
Namespace: TopSolid.Pdm.Explorer.Automating
Assembly: TopSolid.Pdm.Explorer.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 11, 300, 80)]
public struct BomNode
Remarks
This structure is available since v7.11.
Constructors
| Name | Description |
|---|---|
| BomNode(int, string, IList<string>, IList<int>, IList<Bitmap>) | Initializes a new instance of the BomNode class. |
Properties
| Name | Description |
|---|---|
| ForcedValues | Gets the indexes of the forced values. |
| Images | Gets the images. |
| Level | Gets the level. |
| Name | Gets the name. |
| Values | Gets the values. |