Search Results for

    Show / Hide Table of Contents

    Class ProxyObject

    Inheritance
    System.Object
    RuntimeObject
    ProxyObject
    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 ProxyObject : RuntimeObject

    Constructors

    ProxyObject(IntPtr)

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

    Methods

    GetNumParameters()

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

    GetParameter(Int32)

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

    SetParameter(Int32, Parameter)

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