Search Results for

    Show / Hide Table of Contents

    Class ExpressionBlock

    Inheritance
    object
    RuntimeObject
    ExpressionBlock
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    RuntimeObject.GetStringValue(int)
    RuntimeObject.SetStringValue(int, string)
    RuntimeObject.GetBoolArrayValue(int)
    RuntimeObject.SetBoolArrayValue(int, bool[])
    RuntimeObject.GetIntArrayValue(int)
    RuntimeObject.SetIntArrayValue(int, int[])
    RuntimeObject.GetDoubleArrayValue(int)
    RuntimeObject.SetDoubleArrayValue(int, double[])
    RuntimeObject.GetStringArrayValue(int)
    RuntimeObject.SetStringArrayValue(int, string[])
    RuntimeObject.Active
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class ExpressionBlock : RuntimeObject

    Constructors

    ExpressionBlock(nint)

    Declaration
    protected ExpressionBlock(nint pItem)
    Parameters
    Type Name Description
    nint pItem

    Methods

    GetNumSlots()

    Declaration
    public int GetNumSlots()
    Returns
    Type Description
    int

    GetSlot(int)

    Declaration
    public Parameter GetSlot(int nProp)
    Parameters
    Type Name Description
    int nProp
    Returns
    Type Description
    Parameter

    SetSlot(int, Parameter)

    Declaration
    public void SetSlot(int nProp, Parameter value)
    Parameters
    Type Name Description
    int nProp
    Parameter value
    In this article
    Back to top Generated by DocFX