Search Results for

    Show / Hide Table of Contents

    Class ExpressionBlock

    Inheritance
    System.Object
    RuntimeObject
    ExpressionBlock
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    RuntimeObject.Active
    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 ExpressionBlock : RuntimeObject

    Constructors

    ExpressionBlock(IntPtr)

    Declaration
    protected ExpressionBlock(IntPtr pItem)
    Parameters
    Type Name Description
    System.IntPtr pItem

    Methods

    GetNumSlots()

    Declaration
    public int GetNumSlots()
    Returns
    Type Description
    System.Int32

    GetSlot(Int32)

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

    SetSlot(Int32, Parameter)

    Declaration
    public void SetSlot(int nProp, Parameter value)
    Parameters
    Type Name Description
    System.Int32 nProp
    Parameter value
    In This Article
    Back to top Generated by DocFX