Search Results for

    Show / Hide Table of Contents

    Class LayoutStateApplicator

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LayoutStateApplicator
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class LayoutStateApplicator : Builder, IMessageSink, IComponentBuilder

    Constructors

    LayoutStateApplicator()

    Declaration
    protected LayoutStateApplicator()

    Properties

    DataReferences

    Declaration
    public LayoutStateDataReferenceCollection DataReferences { get; }
    Property Value
    Type Description
    LayoutStateDataReferenceCollection

    Methods

    GetUpdateLayoutState()

    Declaration
    public bool GetUpdateLayoutState()
    Returns
    Type Description
    bool

    IsRefreshData()

    Declaration
    public bool IsRefreshData()
    Returns
    Type Description
    bool

    SetFile(string)

    Declaration
    public void SetFile(string filePath)
    Parameters
    Type Name Description
    string filePath

    SetLayoutState(LayoutState)

    Declaration
    public void SetLayoutState(LayoutState layoutState)
    Parameters
    Type Name Description
    LayoutState layoutState

    SetRefreshData(bool)

    Declaration
    public void SetRefreshData(bool update)
    Parameters
    Type Name Description
    bool update

    SetUpdateLayoutState(bool)

    Declaration
    public void SetUpdateLayoutState(bool update)
    Parameters
    Type Name Description
    bool update

    Implements

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