Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / HasDefaultGraphicalTerminalsToConnectionPointsMapping Property

In This Topic
    HasDefaultGraphicalTerminalsToConnectionPointsMapping Property
    In This Topic
    Determines if connection points to graphical terminals mapping is the default mapping, according to the symbol. Please refer to the line "Symbol connection point" in dialog "Connection point logic" in GUI. This property returns ... true, if all Symbol connection points are mapped to the respective connection point of the Function. false, if the mapping on the Function was changed in regard to the Symbol.
    Syntax
    public bool HasDefaultGraphicalTerminalsToConnectionPointsMapping {get;}
    public:
    property bool HasDefaultGraphicalTerminalsToConnectionPointsMapping {
       bool get();
    }
    Exceptions
    ExceptionDescription
    Thrown when it was impossible to read the mapping
    See Also