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

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