Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / Transform2DProperty<T> Class
Properties Methods

In This Topic
    Transform2DProperty<T> Class Members
    In This Topic

    The following tables list the members exposed by Transform2DProperty<T>.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of the Transform2DProperty<T> with the specified properties for X and Y axes.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the property related with the X axis.  
    Public Property Gets or sets the property related with the Y axis.  
    Top
    Public Methods
     NameDescription
    Public Method Convert properties for all axes to the desired unit.  
    Public Method Determines if two transforms properties have the same values.  
    Public MethodServes as the default hash function.  
    Public MethodReturns a string that represents the current object.  
    Top
    Public Operators
    Sums two properties.
    Are these properties equal?
    Are these properties not equal?
    Subtracts two properties.
    Top
    See Also