Eplan Platform API
Eplan.EplApi.DataModel Namespace / InterruptionPoint Class / IsStarSource Property

In This Topic
    IsStarSource Property
    In This Topic
    Gets/sets the Star source property
    Syntax
    public bool IsStarSource {get; set;}
    public:
    property bool IsStarSource {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : Interruption point is a star source

    false : Interruption point is not a star source

    See Also