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

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