Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / Transform2DProperty<T> Class
Members
In This Topic
    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
    public class Transform2DProperty<T> 
    where T: UnitClassProperty
    Type Parameters
    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