Class XYPlotManager
Inheritance
XYPlotManager
Assembly: NXOpen.dll
Syntax
public class XYPlotManager : NXRemotableObject, IMessageSink
Constructors
XYPlotManager(Session)
Declaration
protected XYPlotManager(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Properties
AutotestUtils
Declaration
public AutotestUtils AutotestUtils { get; }
Property Value
DataExporter
Declaration
public DataExporter DataExporter { get; }
Property Value
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
AlignAxesOfPlots(BasePart)
Declaration
public void AlignAxesOfPlots(BasePart part)
Parameters
CreateResultAccessor(Plot)
Declaration
public ResultAccessor CreateResultAccessor(Plot plot)
Parameters
Type |
Name |
Description |
Plot |
plot |
|
Returns
CreateResultAccessorOnCanvas(Plot, int)
Declaration
public ResultAccessor CreateResultAccessorOnCanvas(Plot plot, int canvasIndex)
Parameters
Type |
Name |
Description |
Plot |
plot |
|
int |
canvasIndex |
|
Returns
FindObject(string)
Declaration
public Plot FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
GetAvailableWindowDevices()
Declaration
public int[] GetAvailableWindowDevices()
Returns
GetCurrentPlot(int, int)
Declaration
public Plot GetCurrentPlot(int deviceIndex, int viewIndex)
Parameters
Type |
Name |
Description |
int |
deviceIndex |
|
int |
viewIndex |
|
Returns
GetPlots(int, int)
Declaration
public Plot[] GetPlots(int windowDevice, int view)
Parameters
Type |
Name |
Description |
int |
windowDevice |
|
int |
view |
|
Returns
GetWindowDevicesViews(int)
Declaration
public int[] GetWindowDevicesViews(int windowDevice)
Parameters
Type |
Name |
Description |
int |
windowDevice |
|
Returns
MakeCurrentPlot(Plot)
Declaration
public void MakeCurrentPlot(Plot plot)
Parameters
Type |
Name |
Description |
Plot |
plot |
|
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(int)
Declaration
public void ReturnToModelView(int view)
Parameters
Type |
Name |
Description |
int |
view |
|
ShowNextPlot(int, int)
Declaration
public void ShowNextPlot(int deviceIndex, int viewIndex)
Parameters
Type |
Name |
Description |
int |
deviceIndex |
|
int |
viewIndex |
|
ShowPreviousPlot(int, int)
Declaration
public void ShowPreviousPlot(int deviceIndex, int viewIndex)
Parameters
Type |
Name |
Description |
int |
deviceIndex |
|
int |
viewIndex |
|
WriteImageToClipBoard(int, int, bool)
Declaration
public void WriteImageToClipBoard(int deviceIndex, int viewIndex, bool isUseWhiteBackGround)
Parameters
Type |
Name |
Description |
int |
deviceIndex |
|
int |
viewIndex |
|
bool |
isUseWhiteBackGround |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink