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

In This Topic
    SuppressDimensionLine Property
    In This Topic
    Determines whether dimension line is suppressed
    Syntax
    public bool SuppressDimensionLine {get; set;}
    public:
    property bool SuppressDimensionLine {
       bool get();
       void set (    bool value);
    }
    See Also