Search Results for

    Show / Hide Table of Contents

    Class ViewportSynchronizationOptions

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewportSynchronizationOptions
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class ViewportSynchronizationOptions : TaggedObject, IMessageSink

    Constructors

    ViewportSynchronizationOptions()

    Declaration
    protected ViewportSynchronizationOptions()

    Methods

    ConnectViewport(Int32)

    Declaration
    public void ConnectViewport(int viewportIndex)
    Parameters
    Type Name Description
    System.Int32 viewportIndex

    Destroy()

    Declaration
    public void Destroy()

    DisconnectAllViewports()

    Declaration
    public void DisconnectAllViewports()

    DisconnectViewport(Int32)

    Declaration
    public void DisconnectViewport(int viewportIndex)
    Parameters
    Type Name Description
    System.Int32 viewportIndex

    IsStackSelectionSynchronized(Int32)

    Declaration
    public bool IsStackSelectionSynchronized(int viewportIndex)
    Parameters
    Type Name Description
    System.Int32 viewportIndex
    Returns
    Type Description
    System.Boolean

    IsViewportConnected(Int32)

    Declaration
    public bool IsViewportConnected(int viewportIndex)
    Parameters
    Type Name Description
    System.Int32 viewportIndex
    Returns
    Type Description
    System.Boolean

    SetSynchronizedStackSelection(Int32, Boolean)

    Declaration
    public void SetSynchronizedStackSelection(int viewportIndex, bool synchronize)
    Parameters
    Type Name Description
    System.Int32 viewportIndex
    System.Boolean synchronize

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX