Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / SwitchLocalPropertyPlacements Method
If true copies all properties from symbol/symbol reference . Otherwise removes all local properties.

In This Topic
    SwitchLocalPropertyPlacements Method (SymbolReference)
    In This Topic
    Copies or removes all local ProperyPlacemnets and sets flag
    Syntax
    public void SwitchLocalPropertyPlacements( 
       bool nUseLocal
    )
    public:
    void SwitchLocalPropertyPlacements( 
       bool nUseLocal
    ) 

    Parameters

    nUseLocal
    If true copies all properties from symbol/symbol reference . Otherwise removes all local properties.
    Exceptions
    ExceptionDescription
    Thrown when user wants to change PropertyPlacement with default configuration.
    See Also