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

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