Class SpreadsheetRunControl
Inheritance
System.Object
System.MarshalByRefObject
SpreadsheetRunControl
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class SpreadsheetRunControl : PostControl, IMessageSink, INXObject, IPostControl
Constructors
SpreadsheetRunControl()
Declaration
protected SpreadsheetRunControl()
Properties
ActiveView
Declaration
public ActiveView ActiveView { get; set; }
Property Value
| Type | Description |
|---|---|
| ActiveView |
Delay
Declaration
public int Delay { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
JointsLimits
Declaration
public bool JointsLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
PlayMode
Declaration
public int PlayMode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
Finish()
Declaration
public void Finish()
QuitSpreadsheet()
Declaration
public void QuitSpreadsheet()
Solve()
Declaration
public void Solve()
StepBackward()
Declaration
public void StepBackward()
StepForward()
Declaration
public void StepForward()
StepTo(Int32)
Declaration
public void StepTo(int step)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | step |
StepToAssemblyPosition()
Declaration
public void StepToAssemblyPosition()
StepToDesignPosition()
Declaration
public void StepToDesignPosition()
Stop()
Declaration
public void Stop()
UpdateFromSpreadsheet()
Declaration
public void UpdateFromSpreadsheet()
Implements
System.Runtime.Remoting.Messaging.IMessageSink