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

In This Topic
    ExtensionLineFirst Property
    In This Topic
    Gets whether first extension help line is displayed or not.
    Syntax
    public bool ExtensionLineFirst {get; set;}
    public:
    property bool ExtensionLineFirst {
       bool get();
       void set (    bool value);
    }
    See Also