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

In This Topic
    ARTICLE_ADDRESSRANGE(Int32) Property
    In This Topic
    Address range (SIEMENS STEP 7 Classic) # 22106. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_ADDRESSRANGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_ADDRESSRANGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Enter the I/O address range here from which data is transmitted or where the data can be written. The address range is entered on the "Properties" tab in parts management.

    See Also