Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolPropertyList Class / SYMB_PREVENTPLACEMENT Property / SYMB_PREVENTPLACEMENT Property

In This Topic
    SYMB_PREVENTPLACEMENT Property
    In This Topic
    Prevent new placement # 16012.
    Syntax
    public MDPropertyValue SYMB_PREVENTPLACEMENT {get; set;}
    public:
    property MDPropertyValue^ SYMB_PREVENTPLACEMENT {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Prevents the symbol being used in new schematics. If this property is activated, then the symbol is no longer shown in the project symbol selection, i.e. it can no longer be newly inserted. The symbol can still be edited in the master data.

    See Also