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

In This Topic
    FUNC_CONTINUEPLCNUM(Int32) Property
    In This Topic
    Continue numbering with PLC data beyond this function # 20813. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CONTINUEPLCNUM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CONTINUEPLCNUM {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated at a function where the end of the numbering has been reached, then functions connected to this function are also numbered.

    See Also