Search Results for

    Show / Hide Table of Contents

    Class AcousticsAndVibrationLoadIdentificationSolutionCollection

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

    Constructors

    AcousticsAndVibrationLoadIdentificationSolutionCollection()

    Declaration
    protected AcousticsAndVibrationLoadIdentificationSolutionCollection()

    AcousticsAndVibrationLoadIdentificationSolutionCollection(AcousticsAndVibrationManager)

    Declaration
    protected AcousticsAndVibrationLoadIdentificationSolutionCollection(AcousticsAndVibrationManager owner)
    Parameters
    Type Name Description
    AcousticsAndVibrationManager owner

    Properties

    Tag

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

    Methods

    CloneSolution(AcousticsAndVibrationLoadIdentificationSolution)

    Declaration
    public AcousticsAndVibrationLoadIdentificationSolution CloneSolution(AcousticsAndVibrationLoadIdentificationSolution solution)
    Parameters
    Type Name Description
    AcousticsAndVibrationLoadIdentificationSolution solution
    Returns
    Type Description
    AcousticsAndVibrationLoadIdentificationSolution

    Create()

    Declaration
    public AcousticsAndVibrationLoadIdentificationSolution Create()
    Returns
    Type Description
    AcousticsAndVibrationLoadIdentificationSolution

    CreateBuilder(AcousticsAndVibrationLoadIdentificationSolution)

    Declaration
    public AcousticsAndVibrationLoadIdentificationSolutionBuilder CreateBuilder(AcousticsAndVibrationLoadIdentificationSolution solution)
    Parameters
    Type Name Description
    AcousticsAndVibrationLoadIdentificationSolution solution
    Returns
    Type Description
    AcousticsAndVibrationLoadIdentificationSolutionBuilder

    Delete(AcousticsAndVibrationLoadIdentificationSolution)

    Declaration
    public void Delete(AcousticsAndVibrationLoadIdentificationSolution solution)
    Parameters
    Type Name Description
    AcousticsAndVibrationLoadIdentificationSolution solution

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

    ToArray()

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

    Implements

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