Class DataProcessingCollection
Inheritance
System.Object
System.MarshalByRefObject
DataProcessingCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class DataProcessingCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
DataProcessingCollection()
Declaration
protected DataProcessingCollection()
DataProcessingCollection(SimSimulation)
Declaration
protected DataProcessingCollection(SimSimulation owner)
Parameters
Type | Name | Description |
---|---|---|
SimSimulation | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
Create(DataSource)
Declaration
public DataProcessing Create(DataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
DataSource | dataSource |
Returns
Type | Description |
---|---|
DataProcessing |
CreateBuilder(DataProcessing)
Declaration
public DataProcessingBuilder CreateBuilder(DataProcessing metasolution)
Parameters
Type | Name | Description |
---|---|---|
DataProcessing | metasolution |
Returns
Type | Description |
---|---|
DataProcessingBuilder |
DeleteDataProcessing(DataProcessing)
Declaration
public void DeleteDataProcessing(DataProcessing metasolution)
Parameters
Type | Name | Description |
---|---|---|
DataProcessing | metasolution |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
FindObject(String)
Declaration
public DataProcessing FindObject(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
DataProcessing |
ToArray()
Declaration
public DataProcessing[] ToArray()
Returns
Type | Description |
---|---|
DataProcessing[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable