Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolLibraryPropertyList Class / SYMBLIB_FRAME Property / SYMBLIB_FRAME Property

In This Topic
    SYMBLIB_FRAME Property
    In This Topic
    Plot frame to edit symbol # 15030.
    Syntax
    public MDPropertyValue SYMBLIB_FRAME {get; set;}
    public:
    property MDPropertyValue^ SYMBLIB_FRAME {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ 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