Class IFunctionDataAccessor
Inheritance
System.Object
System.MarshalByRefObject
IFunctionDataAccessor
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)
Namespace: NXOpen.CAE.Xyplot
Assembly: NXOpen.dll
Syntax
public class IFunctionDataAccessor : TransientObject, IMessageSink, IDisposable
Constructors
IFunctionDataAccessor(IntPtr)
Declaration
protected IFunctionDataAccessor(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
FunctionType
Declaration
public string FunctionType { get; }
Property Value
Type | Description |
---|---|
System.String |
RecordName
Declaration
public string RecordName { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public FunctionDataAccessor Type { get; }
Property Value
Type | Description |
---|---|
FunctionDataAccessor |
Methods
AskAxisAccessor(AxisDirection)
Declaration
public AxisAccessor AskAxisAccessor(AxisDirection axisDirection)
Parameters
Type | Name | Description |
---|---|---|
AxisDirection | axisDirection |
Returns
Type | Description |
---|---|
AxisAccessor |
AskColorAxisAccessor()
Declaration
public AxisAccessor AskColorAxisAccessor()
Returns
Type | Description |
---|---|
AxisAccessor |
AskFunctionLegendAccessor()
Declaration
public FunctionLegendAccessor AskFunctionLegendAccessor()
Returns
Type | Description |
---|---|
FunctionLegendAccessor |
AskLegendAccessor()
Declaration
public LegendAccessor AskLegendAccessor()
Returns
Type | Description |
---|---|
LegendAccessor |
AskOverallLevelAccessor()
Declaration
public OverallLevelAccessor AskOverallLevelAccessor()
Returns
Type | Description |
---|---|
OverallLevelAccessor |
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable