Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / SymbolLibraryPropertyList Class / SYMBLIB_ERRORSYMBOLED Property / SYMBLIB_ERRORSYMBOLED(Int32) Property

In This Topic
    SYMBLIB_ERRORSYMBOLED(Int32) Property
    In This Topic
    Error (symbol editor) # 15201.
    Syntax
    public PropertyValue SYMBLIB_ERRORSYMBOLED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMBLIB_ERRORSYMBOLED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 1024.

    Shows whether a problem occurred during the symbol libraries data transfer that can be solved in the symbol editor. Max. of 1,024 are recorded.

    See Also