Class PreTestSolutionCollection
Inheritance
System.Object
System.MarshalByRefObject
PreTestSolutionCollection
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)
Assembly: NXOpen.dll
Syntax
public class PreTestSolutionCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PreTestSolutionCollection()
Declaration
protected PreTestSolutionCollection()
PreTestSolutionCollection(CorrelManager)
Declaration
protected PreTestSolutionCollection(CorrelManager owner)
Parameters
Properties
ActivePretest
Declaration
public PreTestSolution ActivePretest { get; set; }
Property Value
Tag
Declaration
Property Value
Methods
ClonePretest(PreTestSolution)
Declaration
public PreTestSolution ClonePretest(PreTestSolution source)
Parameters
Returns
CreateAutoMacViewerBuilder(TaggedObject)
Declaration
public AutoMacViewerBuilder CreateAutoMacViewerBuilder(TaggedObject macInput)
Parameters
Returns
CreateExciterConfigBuilder(PreTestExciterConfig)
Declaration
public PreTestExciterConfigBuilder CreateExciterConfigBuilder(PreTestExciterConfig exciterConfig)
Parameters
Returns
CreatePretestBuilder(PreTestSolution)
Declaration
public PreTestSolutionBuilder CreatePretestBuilder(PreTestSolution pretest)
Parameters
Returns
CreatePretestDofsetBuilder(PreTestDofSet)
Declaration
public PreTestDofSetBuilder CreatePretestDofsetBuilder(PreTestDofSet dofset)
Parameters
Returns
CreateSensorConfigBuilder(PreTestSensorConfig)
Declaration
public PreTestSensorConfigBuilder CreateSensorConfigBuilder(PreTestSensorConfig sensorConfig)
Parameters
Returns
DeletePretest(PreTestSolution)
Declaration
public void DeletePretest(PreTestSolution pretest)
Parameters
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 PreTestSolution FindObject(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
ToArray()
Declaration
public PreTestSolution[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable