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

In This Topic
    SYMBLIB_LOCKEDSYMBOLCOUNT(Int32) Property
    In This Topic
    Number of locked symbols # 15016. This property isn't indexed, and is read-only.
    Syntax
    public MDPropertyValue SYMBLIB_LOCKEDSYMBOLCOUNT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ SYMBLIB_LOCKEDSYMBOLCOUNT {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Number of locked symbols in a symbol library.

    See Also