Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / AreConnectionPointPositionsLocal Property

In This Topic
    AreConnectionPointPositionsLocal Property (Function)
    In This Topic
    Determines if connection point data are saved locally at the part placement.
    Syntax
    public bool AreConnectionPointPositionsLocal {get; set;}
    public:
    property bool AreConnectionPointPositionsLocal {
       bool get();
       void set (    bool value);
    }
    Remarks
    Default value of this member for newly created object is false.
    See Also