Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / StoreToObject Method

In This Topic
    StoreToObject Method (ConnectionPointPosition)
    In This Topic
    Stores data from connection point position.
    Syntax
    public void StoreToObject()
    public:
    void StoreToObject(); 
    Remarks

    If AreConnectionPointPositionsLocal of parent is set to false, only values of Name and DeviceTag of ConnectionPointPosition are stored.

    For some function definitions it makes no sense to store some information. This method will not throw an exception if some properties are not stored for this reason. For example changing side of connection point will not make effect for non-terminal.

    See Also