Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Line Class / Extension Property

In This Topic
    Extension Property
    In This Topic
    Returns if Line has an extension.
    Syntax
    public bool Extension {get; set;}
    public:
    property bool Extension {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : line has an extension

    false : line does not have an extension

    See Also