Search Results for

    Show / Hide Table of Contents

    Struct BomNode

    Represents the node of a BOM.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: TopSolid.Pdm.Explorer.Automating
    Assembly: cs.temp.dll.dll
    Syntax
    [AvailableSinceVersion(7, 11, 300, 80)]
    public struct BomNode
    Remarks

    This structure is available since v7.11.

    Constructors

    BomNode(Int32, String, IList<String>, IList<Int32>, IList<Bitmap>)

    Initializes a new instance of the BomNode class.

    Declaration
    public BomNode(int inLevel, string inName, IList<string> inValues, IList<int> inForcedValues, IList<Bitmap> inImages)
    Parameters
    Type Name Description
    Int32 inLevel

    Level.

    String inName

    Name.

    IList<String> inValues

    Values.

    IList<Int32> inForcedValues

    Indexes of the forced values.

    IList<Bitmap> inImages

    Images (copied).

    Properties

    ForcedValues

    Gets the indexes of the forced values.

    Declaration
    public readonly List<int> ForcedValues { get; }
    Property Value
    Type Description
    List<Int32>

    Images

    Gets the images.

    Declaration
    public readonly List<Bitmap> Images { get; }
    Property Value
    Type Description
    List<Bitmap>

    Level

    Gets the level.

    Declaration
    public readonly int Level { get; }
    Property Value
    Type Description
    Int32

    Name

    Gets the name.

    Declaration
    public readonly string Name { get; }
    Property Value
    Type Description
    String

    Values

    Gets the values.

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

    Copyright ©2024 TopSolid - All rights reserved.