Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / SymbolLibraryPropertyList Class / SYMBLIB_FRAME Property / SYMBLIB_FRAME Property

In This Topic
    SYMBLIB_FRAME Property
    In This Topic
    Plot frame to edit symbol # 15030.
    Syntax
    public PropertyValue SYMBLIB_FRAME {get; set;}
    public:
    property PropertyValue^ SYMBLIB_FRAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    The plot frame which is used for editing the symbol.

    If you assign a value using the Application Programming Interface, please ensure that the relevant master data are available in the project.

    See Also