Search Results for

    Show / Hide Table of Contents

    Class DataProcessingCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    DataProcessingCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX2212.0.0.  Use CAE.ModelAndLoadPreProcessor.")]
    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
    [Obsolete("Deprecated in NX2212.0.0.  Use CAE.ModelAndLoadPreProcessor.")]
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    Create(DataSource)

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use CAE.ModelAndLoadPreProcessor.")]
    public DataProcessing Create(DataSource dataSource)
    Parameters
    Type Name Description
    DataSource dataSource
    Returns
    Type Description
    DataProcessing

    CreateBuilder(DataProcessing)

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use CAE.ModelAndLoadPreProcessor.")]
    public DataProcessingBuilder CreateBuilder(DataProcessing metasolution)
    Parameters
    Type Name Description
    DataProcessing metasolution
    Returns
    Type Description
    DataProcessingBuilder

    DeleteDataProcessing(DataProcessing)

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use CAE.ModelAndLoadPreProcessor.")]
    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
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    FindObject(string)

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use CAE.ModelAndLoadPreProcessor.")]
    public DataProcessing FindObject(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    DataProcessing

    ToArray()

    Declaration
    public DataProcessing[] ToArray()
    Returns
    Type Description
    DataProcessing[]

    Implements

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