Class ObjectContainer
Inheritance
System.Object
System.MarshalByRefObject
ObjectContainer
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 ObjectContainer : TaggedObject, IMessageSink
Constructors
ObjectContainer()
Declaration
protected ObjectContainer()
Methods
Copy(Int32[])
Declaration
public void Copy(int[] current)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | current |
Cut(Int32[])
Declaration
public void Cut(int[] current)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | current |
Delete(Int32[])
Declaration
public void Delete(int[] indices)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | indices |
Paste(Int32[])
Declaration
public void Paste(int[] current)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | current |
PasteBefore(Int32[])
Declaration
public void PasteBefore(int[] current)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | current |
Implements
System.Runtime.Remoting.Messaging.IMessageSink