API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolLibraryPropertyList Class / SYMBLIB_FRAME Property / SYMBLIB_FRAME(Int32) Property

In This Topic
    SYMBLIB_FRAME(Int32) Property
    In This Topic
    Plot frame to edit symbol # 15030. This property isn't indexed.
    Syntax
    public PropertyValue SYMBLIB_FRAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMBLIB_FRAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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