Search Results for

    Show / Hide Table of Contents

    Class SolutionCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    SolutionCollection
    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.ResponseSimulation
    Assembly: NXOpen.dll
    Syntax
    public class SolutionCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    SolutionCollection()

    Declaration
    protected SolutionCollection()

    SolutionCollection(Manager)

    Declaration
    protected SolutionCollection(Manager owner)
    Parameters
    Type Name Description
    Manager owner

    Properties

    ActiveSolution

    Declaration
    public Solution ActiveSolution { get; set; }
    Property Value
    Type Description
    Solution

    Tag

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

    Methods

    CloneSolution(Solution, string)

    Declaration
    public Solution CloneSolution(Solution oldSolution, string suggestedName)
    Parameters
    Type Name Description
    Solution oldSolution
    string suggestedName
    Returns
    Type Description
    Solution

    CreateSolutionBuilder(Solution)

    Declaration
    public SolutionBuilder CreateSolutionBuilder(Solution raSolution)
    Parameters
    Type Name Description
    Solution raSolution
    Returns
    Type Description
    SolutionBuilder

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

    ToArray()

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

    Implements

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