Axis Members
Include Protected Members
Include Inherited Members
Represents an axis within a cellset.
The Axis type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this instance of Axis is equal to another instance of Axis. (Overrides Object.Equals(Object).) | |
Finalize() | (Inherited from Object.) | |
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().) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | Returns a String that represents the current Object. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality(Axis, Axis) | Determines whether two specified instances of Axis are equal. | |
Inequality(Axis, Axis) | Determines whether two specified instances of Axis have different values. |
Top