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

In This Topic
    DimensionDisableZero Property (DimensionCircle)
    In This Topic
    Gets/Sets whether the precision is set or not.
    Syntax
    public bool DimensionDisableZero {get; set;}
    public:
    property bool DimensionDisableZero {
       bool get();
       void set (    bool value);
    }
    See Also