Search Results for

    Show / Hide Table of Contents

    Class ViewLayoutManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    ViewLayoutManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class ViewLayoutManager : NXRemotableObject, IMessageSink

    Constructors

    ViewLayoutManager(BasePart)

    Declaration
    protected ViewLayoutManager(BasePart owner)
    Parameters
    Type Name Description
    BasePart owner

    Properties

    Arrangement

    Declaration
    public ViewLayoutManager.ArrangementType Arrangement { get; }
    Property Value
    Type Description
    ViewLayoutManager.ArrangementType

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetViewXY(out ViewLayoutManager.ViewXY[])

    Declaration
    public void GetViewXY(out ViewLayoutManager.ViewXY[] viewXY)
    Parameters
    Type Name Description
    ViewLayoutManager.ViewXY[] viewXY

    ReturnToModel(Int32)

    Declaration
    public void ReturnToModel(int viewIndex)
    Parameters
    Type Name Description
    System.Int32 viewIndex

    SetArrangement(ViewLayoutManager.ArrangementType)

    Declaration
    public void SetArrangement(ViewLayoutManager.ArrangementType arrangementType)
    Parameters
    Type Name Description
    ViewLayoutManager.ArrangementType arrangementType

    SetViewXY(Int32, ViewLayoutManager.ViewXY)

    Declaration
    public void SetViewXY(int viewIndex, ViewLayoutManager.ViewXY viewXY)
    Parameters
    Type Name Description
    System.Int32 viewIndex
    ViewLayoutManager.ViewXY viewXY

    Implements

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