Search Results for

    Show / Hide Table of Contents

    Class SimSoundProcessingCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    SimSoundProcessingCollection
    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
    public class SimSoundProcessingCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    SimSoundProcessingCollection()

    Declaration
    protected SimSoundProcessingCollection()

    SimSoundProcessingCollection(SimSimulation)

    Declaration
    protected SimSoundProcessingCollection(SimSimulation owner)
    Parameters
    Type Name Description
    SimSimulation owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    Create()

    Declaration
    public SimSoundProcessing Create()
    Returns
    Type Description
    SimSoundProcessing

    Delete(SimSoundProcessing)

    Declaration
    public void Delete(SimSoundProcessing soundProcessing)
    Parameters
    Type Name Description
    SimSoundProcessing soundProcessing

    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
    public SimSoundProcessing FindObject(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    SimSoundProcessing

    ToArray()

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

    Implements

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