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(String)

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

    Fields

    BoolValue

    Declaration
    public bool BoolValue
    Field Value
    Type Description
    System.Boolean

    FloatValue

    Declaration
    public double FloatValue
    Field Value
    Type Description
    System.Double

    IntValue

    Declaration
    public int IntValue
    Field Value
    Type Description
    System.Int32

    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(String)

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