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

In This Topic
    DimensionDisableZero Property (DimensionItem)
    In This Topic
    Gets whether presicion is setted or not.
    Syntax
    public bool DimensionDisableZero {get; set;}
    public:
    property bool DimensionDisableZero {
       bool get();
       void set (    bool value);
    }
    See Also