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

In This Topic
    SYMB_PREVENTPLACEMENT(Int32) Property
    In This Topic
    Prevent new placement # 16012. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_PREVENTPLACEMENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_PREVENTPLACEMENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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