Class BlankIpw
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 BlankIpw : TaggedObject, IMessageSink
Constructors
BlankIpw()
Declaration
protected BlankIpw()
Methods
GetSource(out NXObject)
Declaration
public CAMObject GetSource(out NXObject sourcePart)
Parameters
Type | Name | Description |
---|---|---|
NXObject | sourcePart |
Returns
Type | Description |
---|---|
CAMObject |
GetStatus()
Declaration
public BlankIpw.StatusTypes GetStatus()
Returns
Type | Description |
---|---|
BlankIpw.StatusTypes |
IsValidSource(CAMObject)
Declaration
public bool IsValidSource(CAMObject object)
Parameters
Type | Name | Description |
---|---|---|
CAMObject | object |
Returns
Type | Description |
---|---|
System.Boolean |
SetSource(String, String)
Declaration
public void SetSource(string sourcePartName, string sourceName)
Parameters
Type | Name | Description |
---|---|---|
System.String | sourcePartName | |
System.String | sourceName |
Update()
Declaration
public BlankIpw.StatusTypes Update()
Returns
Type | Description |
---|---|
BlankIpw.StatusTypes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink