Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_IDCOUNTER_RELATIVE Property / FUNCTION3D_IDCOUNTER_RELATIVE Property

In This Topic
    FUNCTION3D_IDCOUNTER_RELATIVE Property
    In This Topic
    Counter in item ID (relative to macro, EEC) # 36034.
    Syntax
    public PropertyValue FUNCTION3D_IDCOUNTER_RELATIVE {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_IDCOUNTER_RELATIVE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    The counter is assigned automatically at the 3D part placements of the macro when reading in a macro in EPLAN Engineering Configuration and is used by the Item ID (relative to macro, EEC) property. If the individual 3D part placements cannot be uniquely identified by "Function definition" and "Item" at a part that consists of several combined 3D part placements, these are additionally identified via the counter.

    See Also