Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / MultiLanguageTextProperty Class
Members
In This Topic
    MultiLanguageTextProperty Class
    In This Topic
    Property which stores a multi-language string value.
    Object Model
    MultiLanguageTextProperty ClassPropertyValue Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.ApiProperties.Property
          EPLAN.Harness.API.ApiProperties.TextProperty
             EPLAN.Harness.API.ApiProperties.MultiLanguageTextProperty

    Syntax
    public class MultiLanguageTextProperty : TextProperty 
    Remarks

    Represents a property with a multi-language text value.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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 MethodOverridden. Is this property equal to the following object?  
    Public MethodOverridden. Serves as the default hash function.  
    Public MethodGet value for the specified language.  
    Public MethodReturns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiProperties.Property)
    Top
    Public Operators
    Are these properties equal?
    Overloaded. Implicit conversion from System.String to MultiLanguageTextProperty.
    Are these properties not equal?
    Top
    See Also