API Help
Eplan.EplApi.MasterData Namespace / MDSymbolLibraryPropertyList Class / SYMBLIB_OLDNAME Property / SYMBLIB_OLDNAME(Int32) Property

In This Topic
    SYMBLIB_OLDNAME(Int32) Property
    In This Topic
    Name of original symbol library # 15098. This property isn't indexed.
    Syntax
    public MDPropertyValue SYMBLIB_OLDNAME( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ SYMBLIB_OLDNAME {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is used internally. It contains the name of the original symbol library if the symbol library has been converted. It is possible check whether the symbol library is compatible with an "old" EPLAN 5 symbol library.

    See Also