Transform2DProperty<T> Class
In This Topic
Class that represents a list of two properties which indicate position on a plane.
Inheritance Hierarchy
System.Object
EPLAN.Harness.API.ApiProperties.Transform2DProperty<T>
Syntax
Type Parameters
Public Constructors
Public Properties
| Name | Description |
 | X |
Gets or sets the property related with the X axis.
|
 | Y |
Gets or sets the property related with the Y axis.
|
Top
Public Methods
| Name | Description |
 | Convert |
Convert properties for all axes to the desired unit.
|
 | Equals |
Determines if two transforms properties have the same values.
|
 | GetHashCode | Serves as the default hash function. |
 | ToString | Returns a string that represents the current object. |
Top
Public Operators
See Also