Class CorrelSolutionCollection
Inheritance
System.Object
System.MarshalByRefObject
CorrelSolutionCollection
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
Assembly: NXOpen.dll
Syntax
public class CorrelSolutionCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CorrelSolutionCollection()
Declaration
protected CorrelSolutionCollection()
CorrelSolutionCollection(CorrelManager)
Declaration
protected CorrelSolutionCollection(CorrelManager owner)
Parameters
Type | Name | Description |
---|---|---|
CorrelManager | owner |
Properties
ActiveSolution
Declaration
public CorrelSolution ActiveSolution { get; set; }
Property Value
Type | Description |
---|---|
CorrelSolution |
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CloneSolution(CorrelSolution, String)
Declaration
public CorrelSolution CloneSolution(CorrelSolution oldSolution, string suggestedName)
Parameters
Type | Name | Description |
---|---|---|
CorrelSolution | oldSolution | |
System.String | suggestedName |
Returns
Type | Description |
---|---|
CorrelSolution |
CreateComacViewerBuilder()
Declaration
public ComacViewerBuilder CreateComacViewerBuilder()
Returns
Type | Description |
---|---|
ComacViewerBuilder |
CreateShapeMetricViewerBuilder(CorrelSolution)
Declaration
public ShapeMetricViewerBuilder CreateShapeMetricViewerBuilder(CorrelSolution solution)
Parameters
Type | Name | Description |
---|---|---|
CorrelSolution | solution |
Returns
Type | Description |
---|---|
ShapeMetricViewerBuilder |
CreateSolutionBuilder(CorrelSolution)
Declaration
public CorrelSolutionBuilder CreateSolutionBuilder(CorrelSolution solution)
Parameters
Type | Name | Description |
---|---|---|
CorrelSolution | solution |
Returns
Type | Description |
---|---|
CorrelSolutionBuilder |
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 CorrelSolution FindObject(string solutionName)
Parameters
Type | Name | Description |
---|---|---|
System.String | solutionName |
Returns
Type | Description |
---|---|
CorrelSolution |
GetValidSolutionName()
Declaration
public string GetValidSolutionName()
Returns
Type | Description |
---|---|
System.String |
ToArray()
Declaration
public CorrelSolution[] ToArray()
Returns
Type | Description |
---|---|
CorrelSolution[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable