NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink 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...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. 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...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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 ( )
inlineprotectedvirtual

Destroys the object

Created in NX9.0.0

License requirements: None.

Implements NXOpen.TransientObject.

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

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)
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.