API Help
Eplan.EplApi.DataModel Namespace / Pin Class / AreSameConnectionPointDesignationsAllowed Property

In This Topic
    AreSameConnectionPointDesignationsAllowed Property
    In This Topic
    Determines if similar connection point designations are allowed.
    Syntax
    public bool AreSameConnectionPointDesignationsAllowed {get; set;}
    public:
    property bool AreSameConnectionPointDesignationsAllowed {
       bool get();
       void set (    bool value);
    }
    See Also