Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / UseLocalPropertyPlacements Property

In This Topic
    UseLocalPropertyPlacements Property (Placement3D)
    In This Topic
    Return true if the instance uses the local property instances, otherwise it uses the ones of the variant.
    Syntax
    public bool UseLocalPropertyPlacements {get; set;}
    public:
    property bool UseLocalPropertyPlacements {
       bool get();
       void set (    bool value);
    }
    See Also