Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / TransientLayer Class / DrawTextBox Property

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

    Property Value

    true : text has a frame

    false : text does not have a frame

    See Also