API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue ARTICLE_ADDRESSRANGE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_ADDRESSRANGE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Enter the size of the address range within the PLC controller that the card occupies here, for example "4 bytes". The address range is entered on the "Properties" tab in parts management. To this purpose enter the number of input / output bytes or the number of input / output bits that the PLC card uses by default, depending on the card type. For a card that has both inputs and outputs, the value of the inputs is entered here.

    See Also