Class PostScenarioParameters
Inheritance
System.Object
System.MarshalByRefObject
PostScenarioParameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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 PostScenarioParameters : TransientObject, IMessageSink, IDisposable
Constructors
PostScenarioParameters(IntPtr)
Declaration
protected PostScenarioParameters(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
DataSource
Declaration
[Obsolete("Deprecated in NX12.0.0. Data Sources are now added through CAE.PostScenarioManager.DataSources. Alternatively, CAE.PostScenarioParameters.SetPreferredDataSources can be used to configure the default configuration of a scenario. Setting this attribute has the same effect as SetPreferredDataSources(value).")]
public IPostScenarioDataSource DataSource { get; set; }
Property Value
Type | Description |
---|---|
IPostScenarioDataSource |
ScenarioDescriptor
Declaration
public PostScenarioDescriptor ScenarioDescriptor { get; set; }
Property Value
Type | Description |
---|---|
PostScenarioDescriptor |
ViewPortIndex
Declaration
public int ViewPortIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetPreferredDataSources(DataSource[])
Declaration
public void SetPreferredDataSources(DataSource[] dataSources)
Parameters
Type | Name | Description |
---|---|---|
DataSource[] | dataSources |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable