Search Results for

    Show / Hide Table of Contents

    Class LoadSnapshotBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LoadSnapshotBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.SIM
    Assembly: NXOpen.dll
    Syntax
    public class LoadSnapshotBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LoadSnapshotBuilder()

    Declaration
    protected LoadSnapshotBuilder()

    Properties

    ExternalReference

    Declaration
    public string ExternalReference { get; set; }
    Property Value
    Type Description
    string

    RunToSimTime

    Declaration
    public bool RunToSimTime { get; set; }
    Property Value
    Type Description
    bool

    Snapshot

    Declaration
    public Snapshot Snapshot { get; set; }
    Property Value
    Type Description
    Snapshot

    Methods

    GetExternalSnapshots()

    Declaration
    public Snapshot[] GetExternalSnapshots()
    Returns
    Type Description
    Snapshot[]

    GetSnapshot(string, string)

    Declaration
    [Obsolete("Deprecated in NX12.0.2.  Use new version with few arguments instead.")]
    public Snapshot GetSnapshot(string snapshotName, string setupName)
    Parameters
    Type Name Description
    string snapshotName
    string setupName
    Returns
    Type Description
    Snapshot

    SetExternalSnapshotSelection(Snapshot[], string[])

    Declaration
    public void SetExternalSnapshotSelection(Snapshot[] snapshotTags, string[] sourceComps)
    Parameters
    Type Name Description
    Snapshot[] snapshotTags
    string[] sourceComps

    Implements

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