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

In This Topic
    FUNC_PLCPREVENT_NUMERATION(Int32) Property
    In This Topic
    Prevent numbering with PLC data # 20430. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCPREVENT_NUMERATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCPREVENT_NUMERATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Prevents numbering with PLC data from this PLC connection point.

    See Also