API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCSYMBOLICADDRESS_AUTOMATIC Property / FUNC_PLCSYMBOLICADDRESS_AUTOMATIC(Int32) Property

In This Topic
    FUNC_PLCSYMBOLICADDRESS_AUTOMATIC(Int32) Property
    In This Topic
    Symbolic address (automatic) # 20404. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCSYMBOLICADDRESS_AUTOMATIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCSYMBOLICADDRESS_AUTOMATIC {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Shows the content of the manually entered symbolic address or, when that is empty, the automatically determined symbolic address.

    See Also