API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointPosition Class / TargetInfo Property

In This Topic
    TargetInfo Property
    In This Topic
    The target info of the connection point (internal/external/index)
    Syntax
    public int TargetInfo {get; set;}
    public:
    property int TargetInfo {
       int get();
       void set (    int value);
    }
    See Also