NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAE.Xyplot.BasePlotParameters Class Reference

Represents the parameters passed to create or modify a plot. More...

Inheritance diagram for NXOpen.CAE.Xyplot.BasePlotParameters:
NXOpen.CAE.Xyplot.OverlayParameters NXOpen.CAE.Xyplot.PlotParameters

Public Member Functions

unsafe NXOpen.CAE.FTK.BaseRecord[] GetRecords ()
 Gets the records to be plotted More...
 
unsafe void SetRecords (NXOpen.CAE.FTK.BaseRecord[] records)
 Sets the records to be plotted More...
 

Protected Member Functions

override void FreeResource ()
 Destroys the object More...
 

Properties

unsafe int DeviceIndex [get, set]
 Returns or sets the index of device on which plot graph will be shown. More...
 
unsafe int ViewPortIndex [get, set]
 Returns or sets the index of a view port on main graphic window, on which plot graph will be shown. More...
 

Detailed Description

Represents the parameters passed to create or modify a plot.

This is an abstract class

Created in NX9.0.0

Member Function Documentation

override void NXOpen.CAE.Xyplot.BasePlotParameters.FreeResource ( )
protected

Destroys the object

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.CAE.FTK.BaseRecord [] NXOpen.CAE.Xyplot.BasePlotParameters.GetRecords ( )

Gets the records to be plotted

Created in NX9.0.0

License requirements: None.

Returns
Records
unsafe void NXOpen.CAE.Xyplot.BasePlotParameters.SetRecords ( NXOpen.CAE.FTK.BaseRecord[]  records)

Sets the records to be plotted

Created in NX9.0.0

License requirements: None.

Parameters
recordsRecords

Property Documentation

unsafe int NXOpen.CAE.Xyplot.BasePlotParameters.DeviceIndex
getset

Returns or sets the index of device on which plot graph will be shown.

A value of 1 represents the main graphic window, a value greater than 2 represents separate graphic window.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.BasePlotParameters.ViewPortIndex
getset

Returns or sets the index of a view port on main graphic window, on which plot graph will be shown.

Only available when CAE.Xyplot.BasePlotParameters.DeviceIndex is 1.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.