Search Results for

    Show / Hide Table of Contents

    Class UFUiOnt

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFUiOnt
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFUiOnt : NXRemotableObject, IMessageSink

    Methods

    AskSelectedNodes(out int, out Tag[])

    Declaration
    public void AskSelectedNodes(out int count, out Tag[] objects)
    Parameters
    Type Name Description
    int count
    Tag[] objects

    AskView(out TreeMode)

    Declaration
    public void AskView(out UFUiOnt.TreeMode view)
    Parameters
    Type Name Description
    UFUiOnt.TreeMode view

    CollapseView()

    Declaration
    public void CollapseView()

    ExpandView()

    Declaration
    public void ExpandView()

    Refresh()

    Declaration
    public void Refresh()

    SwitchView(TreeMode)

    Declaration
    public void SwitchView(UFUiOnt.TreeMode view)
    Parameters
    Type Name Description
    UFUiOnt.TreeMode view

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX