API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_SYMBOLICADDRESS_PART Property / DMPLAOBJECT_SYMBOLICADDRESS_PART(Int32) Property

In This Topic
    DMPLAOBJECT_SYMBOLICADDRESS_PART(Int32) Property
    In This Topic
    Symbolic address (single component) # 44053. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECT_SYMBOLICADDRESS_PART( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_SYMBOLICADDRESS_PART {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    At segments, a single component of the symbolic address can be entered. These single components are linked at the PLC inputs and outputs of the planning objects starting with the top node and provide the automatically determined symbolic address.

    See Also