Class XYPlotManager
Inheritance
System.Object
System.MarshalByRefObject
XYPlotManager
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class XYPlotManager : NXRemotableObject, IMessageSink
Constructors
XYPlotManager(Session)
Declaration
protected XYPlotManager(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Properties
Preference
Declaration
public Preference Preference { get; }
Property Value
Tag
Declaration
Property Value
TemplateManager
Declaration
public BaseTemplateManager TemplateManager { get; }
Property Value
WindowManager
Declaration
public WindowManager WindowManager { get; }
Property Value
Methods
FindObject(String)
Declaration
public Plot FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
GetAvailableWindowDevices()
Declaration
public int[] GetAvailableWindowDevices()
Returns
Type |
Description |
System.Int32[] |
|
GetCurrentPlot(Int32, Int32)
Declaration
public Plot GetCurrentPlot(int deviceIndex, int viewIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
deviceIndex |
|
System.Int32 |
viewIndex |
|
Returns
GetPlots(Int32, Int32)
Declaration
public Plot[] GetPlots(int windowDevice, int view)
Parameters
Type |
Name |
Description |
System.Int32 |
windowDevice |
|
System.Int32 |
view |
|
Returns
GetWindowDevicesViews(Int32)
Declaration
public int[] GetWindowDevicesViews(int windowDevice)
Parameters
Type |
Name |
Description |
System.Int32 |
windowDevice |
|
Returns
Type |
Description |
System.Int32[] |
|
NewOverlayParameters()
Declaration
public OverlayParameters NewOverlayParameters()
Returns
NewPlotParameters()
Declaration
public PlotParameters NewPlotParameters()
Returns
OverlayRecords(OverlayParameters)
Declaration
public Plot OverlayRecords(OverlayParameters overlayParameters)
Parameters
Returns
PlotRecords(PlotParameters)
Declaration
public Plot PlotRecords(PlotParameters plotParameters)
Parameters
Returns
ReturnToModelView(Int32)
Declaration
public void ReturnToModelView(int view)
Parameters
Type |
Name |
Description |
System.Int32 |
view |
|
ShowNextPlot(Int32, Int32)
Declaration
public void ShowNextPlot(int deviceIndex, int viewIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
deviceIndex |
|
System.Int32 |
viewIndex |
|
ShowPreviousPlot(Int32, Int32)
Declaration
public void ShowPreviousPlot(int deviceIndex, int viewIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
deviceIndex |
|
System.Int32 |
viewIndex |
|
WriteImageToClipBoard(Int32, Int32, Boolean)
Declaration
public void WriteImageToClipBoard(int deviceIndex, int viewIndex, bool isUseWhiteBackGround)
Parameters
Type |
Name |
Description |
System.Int32 |
deviceIndex |
|
System.Int32 |
viewIndex |
|
System.Boolean |
isUseWhiteBackGround |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink