API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_PLCISCPU Property / ARTICLE_PLCISCPU(Int32) Property

In This Topic
    ARTICLE_PLCISCPU(Int32) Property
    In This Topic
    CPU # 22020. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_PLCISCPU( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_PLCISCPU {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Property of a part variant. Identifies a device as the central processing unit (the processor) of a PLC controller.

    See Also