Harness proD API Help
EPLAN.Harness.API.ApiProperties.UnitProperties Namespace / UnitClassProperty Class
Members
In This Topic
    UnitClassProperty Class
    In This Topic
    Abstract property class that stores a System.Double value with a unit.
    Object Model
    UnitClassProperty ClassPropertyValue Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.ApiProperties.Property
          EPLAN.Harness.API.ApiProperties.UnitProperties.UnitClassProperty
             EPLAN.Harness.API.ApiProperties.AccelerationProperty
             EPLAN.Harness.API.ApiProperties.AngleProperty
             EPLAN.Harness.API.ApiProperties.AreaProperty
             EPLAN.Harness.API.ApiProperties.CapacitanceProperty
             EPLAN.Harness.API.ApiProperties.ConductanceProperty
             EPLAN.Harness.API.ApiProperties.CurrencyProperty
             EPLAN.Harness.API.ApiProperties.CurrentProperty
             EPLAN.Harness.API.ApiProperties.DensityProperty
             EPLAN.Harness.API.ApiProperties.EnergyProperty
             EPLAN.Harness.API.ApiProperties.FlowProperty
             EPLAN.Harness.API.ApiProperties.ForceProperty
             EPLAN.Harness.API.ApiProperties.InertiaProperty
             EPLAN.Harness.API.ApiProperties.LengthDensityProperty
             EPLAN.Harness.API.ApiProperties.LengthProperty
             EPLAN.Harness.API.ApiProperties.MassProperty
             EPLAN.Harness.API.ApiProperties.PercentProperty
             EPLAN.Harness.API.ApiProperties.PowerProperty
             EPLAN.Harness.API.ApiProperties.PressureProperty
             EPLAN.Harness.API.ApiProperties.QuantityProperty
             EPLAN.Harness.API.ApiProperties.ResistanceProperty
             EPLAN.Harness.API.ApiProperties.ResistivityProperty
             EPLAN.Harness.API.ApiProperties.TemperatureProperty
             EPLAN.Harness.API.ApiProperties.TimeProperty
             EPLAN.Harness.API.ApiProperties.TorqueProperty
             EPLAN.Harness.API.ApiProperties.VelocityProperty
             EPLAN.Harness.API.ApiProperties.ViscosityProperty
             EPLAN.Harness.API.ApiProperties.VoltageProperty
             EPLAN.Harness.API.ApiProperties.VolumeProperty

    Syntax
    public abstract class UnitClassProperty : EPLAN.Harness.API.ApiProperties.Property 
    Remarks

    Represents a property with a double value and a unit.

    Public Properties
     NameDescription
    Public Property Specifies whether the property is interval. (Inherited from EPLAN.Harness.API.ApiProperties.Property)
    Public Property Unit of the value of this property. (Inherited from EPLAN.Harness.API.ApiProperties.Property)
    Public Property Gets the value of this property. (Inherited from EPLAN.Harness.API.ApiProperties.Property)
    Top
    Public Methods
     NameDescription
    Public Method Convert a property to the specified unit.  
    Public MethodIs this unit class property equal to the following object?  
    Public MethodServes as the default hash function.  
    Public MethodOverloaded. Overridden. Returns a string that represents the current object.  
    Top
    Public Operators
    Are these properties equal?
    Are these properties not equal?
    Top
    See Also