Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / ConnectionPointInfos Property

In This Topic
    ConnectionPointInfos Property
    In This Topic
    Gets all connection point infos that are stored in the parts database.
    Syntax
    public MDConnectionPointInfo[] ConnectionPointInfos {get;}
    public:
    property array<MDConnectionPointInfo^>^ ConnectionPointInfos {
       array<MDConnectionPointInfo^>^ get();
    }
    Remarks
    The connection point infos are sorted by it's name
    See Also