Class AxisAccessor
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 AxisAccessor : TransientObject, IMessageSink, IDisposable
Constructors
AxisAccessor(IntPtr)
Declaration
protected AxisAccessor(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
AxisType
Declaration
public AxisType AxisType { get; }
Property Value
Type | Description |
---|---|
AxisType |
Unit
Declaration
public BaseUnit Unit { get; }
Property Value
Type | Description |
---|---|
BaseUnit |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetLabel(out String[])
Declaration
public void GetLabel(out string[] axisLabels)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | axisLabels |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable