Class LoadSnapshotBuilder
Inheritance
LoadSnapshotBuilder
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
RunToSimTime
Declaration
public bool RunToSimTime { get; set; }
Property Value
Snapshot
Declaration
public Snapshot Snapshot { get; set; }
Property Value
Methods
GetExternalSnapshots()
Declaration
public Snapshot[] GetExternalSnapshots()
Returns
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
Returns
SetExternalSnapshotSelection(Snapshot[], string[])
Declaration
public void SetExternalSnapshotSelection(Snapshot[] snapshotTags, string[] sourceComps)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink