Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / SwitchLocalPropertyPlacements Method
If this parameter is TRUE, all properties from symbol/symbol reference are copied. Otherwise removes all local properties.

In This Topic
    SwitchLocalPropertyPlacements Method (Placement3D)
    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 this parameter is TRUE, all properties from symbol/symbol reference are copied. Otherwise removes all local properties.
    Exceptions
    ExceptionDescription
    Thrown when user wants to change PropertyPlacement with default configuration.
    See Also