Show / Hide Table of Contents

    PbArray. SetValue(T value, int index1, int index2) Method

    .NET Standard 2.x

    Sets a value to the element at the specified position in the two-dimensional PBArray.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public void SetValue(T value, int index1, int index2);
    

    Parameters

    value T

    The new value for the specified element.

    index1 System.Int32

    A 32-bit integer that represents the first-dimension index of the PBArray element to set.

    index2 System.Int32

    A 32-bit integer that represents the second-dimension index of the PBArray element to set.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon