Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / TransformProperty<T> Class
Members
In This Topic
    TransformProperty<T> Class
    In This Topic
    Class that represents a list of three properties which indicate positions in space.
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.ApiProperties.TransformProperty<T>

    Syntax
    public class TransformProperty<T> 
    where T: UnitClassProperty
    Type Parameters
    T
    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of the TransformProperty<T> with the specified properties for X, Y and Z 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.  
    Public Property Gets or sets the property related with the Z axis.  
    Top
    Public Methods
     NameDescription
    Public Method Convert properties for all axes to the desired unit.  
    Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
    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