Search Results for

    Show / Hide Table of Contents

    Class PreTestSolutionCollection

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

    Constructors

    PreTestSolutionCollection()

    Declaration
    protected PreTestSolutionCollection()

    PreTestSolutionCollection(CorrelManager)

    Declaration
    protected PreTestSolutionCollection(CorrelManager owner)
    Parameters
    Type Name Description
    CorrelManager owner

    Properties

    ActivePretest

    Declaration
    public PreTestSolution ActivePretest { get; set; }
    Property Value
    Type Description
    PreTestSolution

    Tag

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

    Methods

    ClonePretest(PreTestSolution)

    Declaration
    public PreTestSolution ClonePretest(PreTestSolution source)
    Parameters
    Type Name Description
    PreTestSolution source
    Returns
    Type Description
    PreTestSolution

    CreateAutoMacViewerBuilder(TaggedObject)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  This function is no longer required.")]
    public AutoMacViewerBuilder CreateAutoMacViewerBuilder(TaggedObject macInput)
    Parameters
    Type Name Description
    TaggedObject macInput
    Returns
    Type Description
    AutoMacViewerBuilder

    CreateExciterConfigBuilder(PreTestExciterConfig)

    Declaration
    public PreTestExciterConfigBuilder CreateExciterConfigBuilder(PreTestExciterConfig exciterConfig)
    Parameters
    Type Name Description
    PreTestExciterConfig exciterConfig
    Returns
    Type Description
    PreTestExciterConfigBuilder

    CreatePretestBuilder(PreTestSolution)

    Declaration
    public PreTestSolutionBuilder CreatePretestBuilder(PreTestSolution pretest)
    Parameters
    Type Name Description
    PreTestSolution pretest
    Returns
    Type Description
    PreTestSolutionBuilder

    CreatePretestDofsetBuilder(PreTestDofSet)

    Declaration
    public PreTestDofSetBuilder CreatePretestDofsetBuilder(PreTestDofSet dofset)
    Parameters
    Type Name Description
    PreTestDofSet dofset
    Returns
    Type Description
    PreTestDofSetBuilder

    CreateSensorConfigBuilder(PreTestSensorConfig)

    Declaration
    public PreTestSensorConfigBuilder CreateSensorConfigBuilder(PreTestSensorConfig sensorConfig)
    Parameters
    Type Name Description
    PreTestSensorConfig sensorConfig
    Returns
    Type Description
    PreTestSensorConfigBuilder

    DeletePretest(PreTestSolution)

    Declaration
    public void DeletePretest(PreTestSolution pretest)
    Parameters
    Type Name Description
    PreTestSolution pretest

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

    ToArray()

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

    Implements

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