Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / OffsetFromFirstExtensionLine Property

In This Topic
    OffsetFromFirstExtensionLine Property
    In This Topic
    Gets or sets the offset from the first dimension, meaning the distance of the first dimension to the displayed help line.
    Syntax
    public double OffsetFromFirstExtensionLine {get; set;}
    public:
    property double OffsetFromFirstExtensionLine {
       double get();
       void set (    double value);
    }
    See Also