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

In This Topic
    TextHeight Property (GraphicalLayer)
    In This Topic
    Layer's text height
    Syntax
    public double TextHeight {get; set;}
    public:
    property double TextHeight {
       double get();
       void set (    double value);
    }
    See Also