Search Results for

    Show / Hide Table of Contents

    Class Parameter

    Inheritance
    System.Object
    Parameter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class Parameter

    Constructors

    Parameter()

    Declaration
    public Parameter()

    Parameter(Boolean)

    Declaration
    public Parameter(bool bValue)
    Parameters
    Type Name Description
    System.Boolean bValue

    Parameter(Double)

    Declaration
    public Parameter(double fValue)
    Parameters
    Type Name Description
    System.Double fValue

    Parameter(Int32)

    Declaration
    public Parameter(int nValue)
    Parameters
    Type Name Description
    System.Int32 nValue

    Parameter(IntPtr, Int32, Int32)

    Declaration
    public Parameter(IntPtr pValues, int size, int type)
    Parameters
    Type Name Description
    System.IntPtr pValues
    System.Int32 size
    System.Int32 type

    Parameter(String)

    Declaration
    public Parameter(string strValue)
    Parameters
    Type Name Description
    System.String strValue

    Fields

    ArraySize

    Declaration
    public int ArraySize
    Field Value
    Type Description
    System.Int32

    BoolArrayValue

    Declaration
    public bool[] BoolArrayValue
    Field Value
    Type Description
    System.Boolean[]

    BoolValue

    Declaration
    public bool BoolValue
    Field Value
    Type Description
    System.Boolean

    DoubleArrayValue

    Declaration
    public double[] DoubleArrayValue
    Field Value
    Type Description
    System.Double[]

    FloatValue

    Declaration
    public double FloatValue
    Field Value
    Type Description
    System.Double

    IntArrayValue

    Declaration
    public int[] IntArrayValue
    Field Value
    Type Description
    System.Int32[]

    IntValue

    Declaration
    public int IntValue
    Field Value
    Type Description
    System.Int32

    StringArrayValue

    Declaration
    public string[] StringArrayValue
    Field Value
    Type Description
    System.String[]

    StringValue

    Declaration
    public string StringValue
    Field Value
    Type Description
    System.String

    Type

    Declaration
    public int Type
    Field Value
    Type Description
    System.Int32

    Methods

    SetValue(Boolean)

    Declaration
    public void SetValue(bool bValue)
    Parameters
    Type Name Description
    System.Boolean bValue

    SetValue(Double)

    Declaration
    public void SetValue(double fValue)
    Parameters
    Type Name Description
    System.Double fValue

    SetValue(Int32)

    Declaration
    public void SetValue(int nValue)
    Parameters
    Type Name Description
    System.Int32 nValue

    SetValue(IntPtr, Int32, Int32)

    Declaration
    public void SetValue(IntPtr pValues, int size, int type)
    Parameters
    Type Name Description
    System.IntPtr pValues
    System.Int32 size
    System.Int32 type

    SetValue(String)

    Declaration
    public void SetValue(string strValue)
    Parameters
    Type Name Description
    System.String strValue
    In This Article
    Back to top Generated by DocFX