Class PostProcessingSessionApplicator
Inheritance
System.Object
System.MarshalByRefObject
PostProcessingSessionApplicator
Inherited Members
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.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.Boolean |
GetCleanUpDataSources()
Declaration
public bool GetCleanUpDataSources()
Returns
Type | Description |
---|---|
System.Boolean |
GetNthDataSourceName(Int32)
Declaration
public string GetNthDataSourceName(int dataSourceIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataSourceIndex |
Returns
Type | Description |
---|---|
System.String |
GetNthDataSourcePath(Int32)
Declaration
public string GetNthDataSourcePath(int dataSourceIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataSourceIndex |
Returns
Type | Description |
---|---|
System.String |
GetNthLoadingActions(Int32)
Declaration
public CaePostProcessingSessionApplicatorLoadAction GetNthLoadingActions(int dataSourceIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataSourceIndex |
Returns
Type | Description |
---|---|
CaePostProcessingSessionApplicatorLoadAction |
GetNumDataSources()
Declaration
public int GetNumDataSources()
Returns
Type | Description |
---|---|
System.Int32 |
SetApplyActiveLayoutState(Boolean)
Declaration
public void SetApplyActiveLayoutState(bool apply)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | apply |
SetCleanUpDataSources(Boolean)
Declaration
public void SetCleanUpDataSources(bool doCleanDataSources)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | doCleanDataSources |
SetFile(String)
Declaration
public void SetFile(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath |
SetNthDataSourcePath(Int32, String)
Declaration
public void SetNthDataSourcePath(int dataSourceIndex, string sourcePath)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataSourceIndex | |
System.String | sourcePath |
SetNthLoadingActions(Int32, CaePostProcessingSessionApplicatorLoadAction)
Declaration
public void SetNthLoadingActions(int dataSourceIndex, CaePostProcessingSessionApplicatorLoadAction action)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataSourceIndex | |
CaePostProcessingSessionApplicatorLoadAction | action |
Implements
System.Runtime.Remoting.Messaging.IMessageSink