Class PostProcessingSessionApplicator
Inheritance
PostProcessingSessionApplicator
Assembly: NXOpen.dll
Syntax
public class PostProcessingSessionApplicator : Builder, IMessageSink, IComponentBuilder
Constructors
PostProcessingSessionApplicator()
Declaration
protected PostProcessingSessionApplicator()
Methods
GetApplyActiveLayoutState()
Declaration
public bool GetApplyActiveLayoutState()
Returns
GetCleanUpDataSources()
Declaration
public bool GetCleanUpDataSources()
Returns
GetNthDataSourceName(int)
Declaration
public string GetNthDataSourceName(int dataSourceIndex)
Parameters
Type |
Name |
Description |
int |
dataSourceIndex |
|
Returns
GetNthDataSourcePath(int)
Declaration
public string GetNthDataSourcePath(int dataSourceIndex)
Parameters
Type |
Name |
Description |
int |
dataSourceIndex |
|
Returns
GetNthLoadingActions(int)
Declaration
public CaePostProcessingSessionApplicatorLoadAction GetNthLoadingActions(int dataSourceIndex)
Parameters
Type |
Name |
Description |
int |
dataSourceIndex |
|
Returns
GetNumDataSources()
Declaration
public int GetNumDataSources()
Returns
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink