Class ResultAccessor
Inheritance
System.Object
System.MarshalByRefObject
ResultAccessor
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class ResultAccessor : TransientObject, IMessageSink, IDisposable
Constructors
ResultAccessor(IntPtr)
Declaration
protected ResultAccessor(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
CanvasIndex
Declaration
public int CanvasIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
GraphCount
Declaration
public int GraphCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
OnCanvas
Declaration
public bool OnCanvas { get; }
Property Value
Type |
Description |
System.Boolean |
|
Plot
Declaration
public Plot Plot { get; }
Property Value
RecordCount
Declaration
public int RecordCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
AskArgand3DFunctionDataAccessor(Int32, Int32)
Declaration
public Argand3DFunctionDataAccessor AskArgand3DFunctionDataAccessor(int graphIndex, int recordIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
graphIndex |
|
System.Int32 |
recordIndex |
|
Returns
AskBarChartFunctionDataAccessor(Int32, Int32)
Declaration
public BarChartFunctionDataAccessor AskBarChartFunctionDataAccessor(int graphIndex, int recordIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
graphIndex |
|
System.Int32 |
recordIndex |
|
Returns
AskCampbellFunctionDataAccessor(Int32, Int32)
Declaration
public CampbellFunctionDataAccessor AskCampbellFunctionDataAccessor(int graphIndex, int recordIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
graphIndex |
|
System.Int32 |
recordIndex |
|
Returns
AskFunctionDataAccessorType(Int32, Int32)
Declaration
public FunctionDataAccessor AskFunctionDataAccessorType(int graphIndex, int recordIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
graphIndex |
|
System.Int32 |
recordIndex |
|
Returns
AskMatrixFunctionDataAccessor(Int32, Int32)
Declaration
public MatrixFunctionDataAccessor AskMatrixFunctionDataAccessor(int graphIndex, int recordIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
graphIndex |
|
System.Int32 |
recordIndex |
|
Returns
AskPostEnvironment()
Declaration
public TaggedObject AskPostEnvironment()
Returns
AskXYFunctionDataAccessor(Int32, Int32)
Declaration
public XYFunctionDataAccessor AskXYFunctionDataAccessor(int graphIndex, int recordIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
graphIndex |
|
System.Int32 |
recordIndex |
|
Returns
AskXYZFunctionDataAccessor(Int32, Int32)
Declaration
public XYZFunctionDataAccessor AskXYZFunctionDataAccessor(int graphIndex, int recordIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
graphIndex |
|
System.Int32 |
recordIndex |
|
Returns
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetNthGraph(Int32)
Declaration
public Graph GetNthGraph(int graphIdx)
Parameters
Type |
Name |
Description |
System.Int32 |
graphIdx |
|
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable