API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_ADJUSTRANGE Property / ARTICLE_ADJUSTRANGE(Int32) Property

In This Topic
    ARTICLE_ADJUSTRANGE(Int32) Property
    In This Topic
    Control range # 22125. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_ADJUSTRANGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_ADJUSTRANGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Property of a part variant. Control range for the working pressure (in bar), entry is limited to 15 characters.

    See Also