Search Results for

    Show / Hide Table of Contents

    Class PostProcessingSessionApplicator

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PostProcessingSessionApplicator
    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 PostProcessingSessionApplicator : Builder, IMessageSink, IComponentBuilder

    Constructors

    PostProcessingSessionApplicator()

    Declaration
    protected PostProcessingSessionApplicator()

    Methods

    GetApplyActiveLayoutState()

    Declaration
    public bool GetApplyActiveLayoutState()
    Returns
    Type Description
    bool

    GetCleanUpDataSources()

    Declaration
    public bool GetCleanUpDataSources()
    Returns
    Type Description
    bool

    GetNthDataSourceName(int)

    Declaration
    public string GetNthDataSourceName(int dataSourceIndex)
    Parameters
    Type Name Description
    int dataSourceIndex
    Returns
    Type Description
    string

    GetNthDataSourcePath(int)

    Declaration
    public string GetNthDataSourcePath(int dataSourceIndex)
    Parameters
    Type Name Description
    int dataSourceIndex
    Returns
    Type Description
    string

    GetNthLoadingActions(int)

    Declaration
    public CaePostProcessingSessionApplicatorLoadAction GetNthLoadingActions(int dataSourceIndex)
    Parameters
    Type Name Description
    int dataSourceIndex
    Returns
    Type Description
    CaePostProcessingSessionApplicatorLoadAction

    GetNumDataSources()

    Declaration
    public int GetNumDataSources()
    Returns
    Type Description
    int

    SetApplyActiveLayoutState(bool)

    Declaration
    public void SetApplyActiveLayoutState(bool apply)
    Parameters
    Type Name Description
    bool apply

    SetCleanUpDataSources(bool)

    Declaration
    public void SetCleanUpDataSources(bool doCleanDataSources)
    Parameters
    Type Name Description
    bool doCleanDataSources

    SetFile(string)

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

    SetNthDataSourcePath(int, string)

    Declaration
    public void SetNthDataSourcePath(int dataSourceIndex, string sourcePath)
    Parameters
    Type Name Description
    int dataSourceIndex
    string sourcePath

    SetNthLoadingActions(int, CaePostProcessingSessionApplicatorLoadAction)

    Declaration
    public void SetNthLoadingActions(int dataSourceIndex, CaePostProcessingSessionApplicatorLoadAction action)
    Parameters
    Type Name Description
    int dataSourceIndex
    CaePostProcessingSessionApplicatorLoadAction action

    Implements

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