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

In This Topic
    TextHeight Property (DimensionItem)
    In This Topic
    Returns 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