API Help
Eplan.EplApi.MasterData Namespace / MDPartSafetyRelatedValuePosition Class / IsInput Property

In This Topic
    IsInput Property
    In This Topic
    Is the function range "Input (Range)" selected (yes/no)
    Syntax
    public bool IsInput {get; set;}
    public:
    property bool IsInput {
       bool get();
       void set (    bool value);
    }
    See Also