Search Results for

    Show / Hide Table of Contents

    Class LayoutCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    LayoutCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.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
    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, Boolean, Boolean)

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

    Create(String, LayoutDefinition, Boolean)

    Declaration
    public Layout Create(string name, LayoutDefinition layoutArrangement, bool fitAllViews)
    Parameters
    Type Name Description
    System.String name
    LayoutDefinition layoutArrangement
    System.Boolean 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
    System.String leftViewName
    System.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
    System.Byte[] state
    Returns
    Type Description
    System.Int32
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    FindObject(String)

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

    NewLayoutDefinition(LayoutDefinition.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
    System.String leftViewName
    System.String rightViewName

    ToArray()

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

    Implements

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