Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / GetWriteProtectionFlagSet Method
kind of plotection to test

In This Topic
    GetWriteProtectionFlagSet Method (Page)
    In This Topic
    Checks if a specific write protection kind was set.
    Syntax
    public virtual bool GetWriteProtectionFlagSet( 
       IWriteProtection.WriteProtectionKind nKind
    )
    public:
    virtual bool GetWriteProtectionFlagSet( 
       IWriteProtection.WriteProtectionKind nKind
    ) 

    Parameters

    nKind
    kind of plotection to test

    Return Value

    true : if given write protection reason is set

    false : if given write protection reason is not set. Object sill might be write protected

    See Also