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

In This Topic
    FUNC_CHANGEDBYPLCNUM(Int32) Property
    In This Topic
    Numbered using PLC data # 20812. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CHANGEDBYPLCNUM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CHANGEDBYPLCNUM {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Shows whether the DT (or the terminal / pin designation) was changed by numbering with PLC data. The property is automatically set when numbering but can also be set manually.

    See Also