API Help
Eplan.EplApi.MasterData Namespace / MDSymbolLibraryPropertyList Class / SYMBLIB_ERRORCOUNT Property / SYMBLIB_ERRORCOUNT(Int32) Property

In This Topic
    SYMBLIB_ERRORCOUNT(Int32) Property
    In This Topic
    Number of messages # 15099. This property isn't indexed.
    Syntax
    public MDPropertyValue SYMBLIB_ERRORCOUNT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ SYMBLIB_ERRORCOUNT {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Total of all messages during the data transfer of symbol libraries.

    See Also