Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPart Class / ConnectionPointInfo Property

In This Topic
    ConnectionPointInfo Property
    In This Topic
    Get the connection point info associated with this part.
    Syntax
    public MDConnectionPointInfo ConnectionPointInfo {get;}
    public:
    property MDConnectionPointInfo^ ConnectionPointInfo {
       MDConnectionPointInfo^ get();
    }
    Remarks
    This property is null, if no connection point info is set for this part.
    See Also