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

In This Topic
    SYMBLIB_SYMBOLCOUNT(Int32) Property
    In This Topic
    Number of symbols # 15015. This property isn't indexed, and is read-only.
    Syntax
    public MDPropertyValue SYMBLIB_SYMBOLCOUNT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ SYMBLIB_SYMBOLCOUNT {
       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 symbols in a symbol library.

    See Also