Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / TextHeight Property

In This Topic
    TextHeight Property (DimensionItem)
    In This Topic
    Gets or sets the height of the text.
    Syntax
    public double TextHeight {get; set;}
    public:
    property double TextHeight {
       double get();
       void set (    double value);
    }

    Property Value

    height of the text
    See Also