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

In This Topic
    DimensionPositionCalculated Property (DimensionItem)
    In This Topic
    Gets/Sets whether the dimension's text is automatically positioned (in relation to the dimension item itself).
    Syntax
    public bool DimensionPositionCalculated {get; set;}
    public:
    property bool DimensionPositionCalculated {
       bool get();
       void set (    bool value);
    }
    See Also