Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / DrawTextBox Property

In This Topic
    DrawTextBox Property (GraphicalLayer)
    In This Topic
    Returns true if the text frame exist.
    Syntax
    public bool DrawTextBox {get; set;}
    public:
    property bool DrawTextBox {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : text has a frame

    false : text does not have a frame

    See Also