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

In This Topic
    Height Property (TextBase)
    In This Topic
    Returns height of the Text.
    Syntax
    public double Height {get; set;}
    public:
    property double Height {
       double get();
       void set (    double value);
    }

    Property Value

    height of the Text
    Exceptions
    ExceptionDescription
    Thrown when height cannot be read
    See Also