NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | List of all members
NXOpen.CAE.Xyplot.ResultAccessor Class Reference

Represents a data accessor to retrieve data from Function Plot. More...

Inheritance diagram for NXOpen.CAE.Xyplot.ResultAccessor:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe
NXOpen.CAE.Xyplot.Argand3DFunctionDataAccessor 
AskArgand3DFunctionDataAccessor (int graphIndex, int recordIndex)
 Asks argand 3D function data accessor. More...
 
unsafe
NXOpen.CAE.Xyplot.BarChartFunctionDataAccessor 
AskBarChartFunctionDataAccessor (int graphIndex, int recordIndex)
 Asks BarChart function data accessor. More...
 
unsafe
NXOpen.CAE.Xyplot.FunctionDataAccessor 
AskFunctionDataAccessorType (int graphIndex, int recordIndex)
 Asks function data accessor type. More...
 
unsafe
NXOpen.CAE.Xyplot.MatrixFunctionDataAccessor 
AskMatrixFunctionDataAccessor (int graphIndex, int recordIndex)
 Asks matrix function data accessor. More...
 
unsafe NXOpen.TaggedObject AskPostEnvironment ()
 Asks post environment settings. More...
 
unsafe
NXOpen.CAE.Xyplot.XYFunctionDataAccessor 
AskXYFunctionDataAccessor (int graphIndex, int recordIndex)
 Asks XY function data accessor. More...
 
unsafe
NXOpen.CAE.Xyplot.XYZFunctionDataAccessor 
AskXYZFunctionDataAccessor (int graphIndex, int recordIndex)
 Asks XYZ function data accessor. 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...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents a data accessor to retrieve data from Function Plot.

Created in NX1899.0.0

Member Function Documentation

unsafe NXOpen.CAE.Xyplot.Argand3DFunctionDataAccessor NXOpen.CAE.Xyplot.ResultAccessor.AskArgand3DFunctionDataAccessor ( int  graphIndex,
int  recordIndex 
)
inline

Asks argand 3D function data accessor.

Created in NX1899.0.0

License requirements: None.

Parameters
graphIndexThe graph index starts form 0 to graph count -1. Get graph count from Plot.GetGraphs
recordIndexThe record index starts form 0 to record count -1. Get record count from <ja_attribute>Graph.RecordCount</ja_attribute>
Returns
unsafe NXOpen.CAE.Xyplot.BarChartFunctionDataAccessor NXOpen.CAE.Xyplot.ResultAccessor.AskBarChartFunctionDataAccessor ( int  graphIndex,
int  recordIndex 
)
inline

Asks BarChart function data accessor.

Created in NX1899.0.0

License requirements: None.

Parameters
graphIndexThe graph index starts form 0 to graph count -1. Get graph count from Plot.GetGraphs
recordIndexThe record index starts form 0 to record count -1. Get record count from <ja_attribute>Graph.RecordCount</ja_attribute>
Returns
unsafe NXOpen.CAE.Xyplot.FunctionDataAccessor NXOpen.CAE.Xyplot.ResultAccessor.AskFunctionDataAccessorType ( int  graphIndex,
int  recordIndex 
)
inline

Asks function data accessor type.

Then choose correct method to get data accessor according to the accessor type returned

Created in NX1899.0.0

License requirements: None.

Parameters
graphIndexThe graph index starts form 0 to graph count -1. Get graph count from Plot.GetGraphs
recordIndexThe record index starts form 0 to record count -1. Get record count from <ja_attribute>Graph.RecordCount</ja_attribute>
Returns
unsafe NXOpen.CAE.Xyplot.MatrixFunctionDataAccessor NXOpen.CAE.Xyplot.ResultAccessor.AskMatrixFunctionDataAccessor ( int  graphIndex,
int  recordIndex 
)
inline

Asks matrix function data accessor.

Created in NX1899.0.0

License requirements: None.

Parameters
graphIndexThe graph index starts form 0 to graph count -1. Get graph count from Plot.GetGraphs
recordIndexThe record index starts form 0 to record count -1. Get record count from <ja_attribute>Graph.RecordCount</ja_attribute>
Returns
unsafe NXOpen.TaggedObject NXOpen.CAE.Xyplot.ResultAccessor.AskPostEnvironment ( )
inline

Asks post environment settings.

Created in NX1899.0.0

License requirements: None.

Returns
unsafe NXOpen.CAE.Xyplot.XYFunctionDataAccessor NXOpen.CAE.Xyplot.ResultAccessor.AskXYFunctionDataAccessor ( int  graphIndex,
int  recordIndex 
)
inline

Asks XY function data accessor.

Created in NX1899.0.0

License requirements: None.

Parameters
graphIndexThe graph index starts form 0 to graph count -1. Get graph count from Plot.GetGraphs
recordIndexThe record index starts form 0 to record count -1. Get record count from <ja_attribute>Graph.RecordCount</ja_attribute>
Returns
unsafe NXOpen.CAE.Xyplot.XYZFunctionDataAccessor NXOpen.CAE.Xyplot.ResultAccessor.AskXYZFunctionDataAccessor ( int  graphIndex,
int  recordIndex 
)
inline

Asks XYZ function data accessor.

Created in NX1899.0.0

License requirements: None.

Parameters
graphIndexThe graph index starts form 0 to graph count -1. Get graph count from Plot.GetGraphs
recordIndexThe record index starts form 0 to record count -1. Get record count from <ja_attribute>Graph.RecordCount</ja_attribute>
Returns
override void NXOpen.CAE.Xyplot.ResultAccessor.FreeResource ( )
inlineprotectedvirtual

Destroys the object.

Created in NX9.0.0

License requirements: None.

Implements NXOpen.TransientObject.


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