Search Results for

    Show / Hide Table of Contents

    Class LayoutCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    LayoutCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.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
    Assembly: NXOpen.dll
    Syntax
    public class LayoutCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    LayoutCollection()

    Declaration
    protected LayoutCollection()

    LayoutCollection(BasePart)

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

    Properties

    Current

    Declaration
    public Layout Current { get; }
    Property Value
    Type Description
    Layout

    Tag

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

    Methods

    ChangeLayout(Layout)

    Declaration
    public void ChangeLayout(Layout layout)
    Parameters
    Type Name Description
    Layout layout

    ChangeLayoutWithOptions(Layout, bool, bool)

    Declaration
    public void ChangeLayoutWithOptions(Layout layout, bool removeOldLayoutCache, bool ignoreNewLayoutCache)
    Parameters
    Type Name Description
    Layout layout
    bool removeOldLayoutCache
    bool ignoreNewLayoutCache

    Create(string, LayoutDefinition, bool)

    Declaration
    public Layout Create(string name, LayoutDefinition layoutArrangement, bool fitAllViews)
    Parameters
    Type Name Description
    string name
    LayoutDefinition layoutArrangement
    bool fitAllViews
    Returns
    Type Description
    Layout

    CreateSplitScreenLayoutAndNamedViews(string, string, out Layout, out View, out View)

    Declaration
    public void CreateSplitScreenLayoutAndNamedViews(string leftViewName, string rightViewname, out Layout layout, out View leftView, out View rightView)
    Parameters
    Type Name Description
    string leftViewName
    string rightViewname
    Layout layout
    View leftView
    View rightView

    DestroySplitScreenLayoutAndNamedViews(Layout)

    Declaration
    public void DestroySplitScreenLayoutAndNamedViews(Layout layout)
    Parameters
    Type Name Description
    Layout layout

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    FindObject(string)

    Declaration
    public Layout FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    Layout

    NewLayoutDefinition(ArrangementType, out LayoutDefinition)

    Declaration
    public void NewLayoutDefinition(LayoutDefinition.ArrangementType arrangement, out LayoutDefinition layoutArrangement)
    Parameters
    Type Name Description
    LayoutDefinition.ArrangementType arrangement
    LayoutDefinition layoutArrangement

    RenameViewsInSplitScreenLayout(Layout, string, string)

    Declaration
    public void RenameViewsInSplitScreenLayout(Layout layout, string leftViewName, string rightViewName)
    Parameters
    Type Name Description
    Layout layout
    string leftViewName
    string rightViewName

    ToArray()

    Declaration
    public Layout[] ToArray()
    Returns
    Type Description
    Layout[]

    Implements

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