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

In This Topic
    SYMBOLLIBRARY_REMOVED_VARIANT(Int32) Property
    In This Topic
    Compressed symbol library # 15031. This property isn't indexed.
    Syntax
    public MDPropertyValue SYMBOLLIBRARY_REMOVED_VARIANT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ SYMBOLLIBRARY_REMOVED_VARIANT {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is assigned to a symbol library if one or more symbol variants were deleted from the symbol library during compression. In a comparison with the complete symbol library, however, the compressed symbol library is still considered equal in the system master data.

    See Also