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

In This Topic
    SYMBLIB_GRAPHICERROR(Int32) Property
    In This Topic
    Error: Symbol graphic # 15105.
    Syntax
    public PropertyValue SYMBLIB_GRAPHICERROR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMBLIB_GRAPHICERROR {
       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.

    Indicates whether a problem occurred with any symbol graphics during the data transfer of symbol libraries. Max. of 1,024 are recorded.

    See Also