Share via


Axis Members

Include Protected Members
Include Inherited Members

Represents an axis within a cellset.

The Axis type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether this instance of Axis is equal to another instance of Axis. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String that represents the current Object. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(Axis, Axis) Determines whether two specified instances of Axis are equal.
Public operatorStatic member Inequality(Axis, Axis) Determines whether two specified instances of Axis have different values.

Top

Properties

  Name Description
Public property Name Gets the name of the Axis.
Public property Positions Gets a PositionCollection that contains the positions for the Axis.
Public property Set Gets a Set that contains the set for the Axis.

Top