Class InspectionOperation
Inheritance
System.Object
System.MarshalByRefObject
InspectionOperation
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 InspectionOperation : Operation, IMessageSink, IFitTo, INXObject
Constructors
InspectionOperation()
Declaration
protected InspectionOperation()
Properties
CmmInspectionMoveCollection
Declaration
public InspectionMoveCollection CmmInspectionMoveCollection { get; }
Property Value
Type | Description |
---|---|
InspectionMoveCollection |
Methods
AppendSubopMove(Move)
Declaration
public void AppendSubopMove(Move move)
Parameters
Type | Name | Description |
---|---|---|
Move | move |
GetFeatureType()
Declaration
public CamInspectionOperationFeaturetypes GetFeatureType()
Returns
Type | Description |
---|---|
CamInspectionOperationFeaturetypes |
InsertSubopMove(Move, Move)
Declaration
public void InsertSubopMove(Move insertAfter, Move move)
Parameters
Type | Name | Description |
---|---|---|
Move | insertAfter | |
Move | move |
Implements
System.Runtime.Remoting.Messaging.IMessageSink