Class SolutionCollection
Inheritance
System.Object
System.MarshalByRefObject
SolutionCollection
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.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 | |
System.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 | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
FindObject(String)
Declaration
public Solution FindObject(string solutionName)
Parameters
Type | Name | Description |
---|---|---|
System.String | solutionName |
Returns
Type | Description |
---|---|
Solution |
ToArray()
Declaration
public Solution[] ToArray()
Returns
Type | Description |
---|---|
Solution[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable