Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / TextBase Class / IsLeaderLineActivated Property

In This Topic
    IsLeaderLineActivated Property
    In This Topic
    Returns true if the leader line is activated
    Syntax
    public bool IsLeaderLineActivated {get; set;}
    public:
    property bool IsLeaderLineActivated {
       bool get();
       void set (    bool value);
    }

    Property Value

    true if the leader line is activated
    Exceptions
    ExceptionDescription
    Thrown when leader line status cannot be read
    See Also