Class MergeSubopCommand
Inheritance
System.Object
System.MarshalByRefObject
MergeSubopCommand
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.CAM
Assembly: NXOpen.dll
Syntax
public class MergeSubopCommand : TaggedObject, IMessageSink
Constructors
MergeSubopCommand()
Declaration
protected MergeSubopCommand()
Methods
GetTargetRegions()
Declaration
public int[] GetTargetRegions()
Returns
Type | Description |
---|---|
System.Int32[] |
GetToolRegions()
Declaration
public int[] GetToolRegions()
Returns
Type | Description |
---|---|
System.Int32[] |
SetTargetRegions(Int32[])
Declaration
public void SetTargetRegions(int[] targets)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | targets |
SetToolRegions(Int32[])
Declaration
public void SetToolRegions(int[] tools)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | tools |
Implements
System.Runtime.Remoting.Messaging.IMessageSink