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

In This Topic
    DimensionCalculated Property (DimensionCircle)
    In This Topic
    Gets/Sets whether the value of the dimension (the dimension's text) is automatically calculated.
    Syntax
    public bool DimensionCalculated {get; set;}
    public:
    property bool DimensionCalculated {
       bool get();
       void set (    bool value);
    }
    See Also