API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMBLIB_NAME Property / SYMBLIB_NAME(Int32) Property

In This Topic
    SYMBLIB_NAME(Int32) Property
    In This Topic
    Symbol library # 15000. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue SYMBLIB_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMBLIB_NAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Name of the symbol library, determined from the database name.

    See Also