Eplan Platform API
Eplan.EplApi.DataModel Namespace / IWriteProtection Interface / GetWriteProtectionFlagSet Method
kind of a protection to test

In This Topic
    GetWriteProtectionFlagSet Method (IWriteProtection)
    In This Topic
    Checks what kind of a write protection was set.
    Syntax
    bool GetWriteProtectionFlagSet( 
       IWriteProtection.WriteProtectionKind nKind
    )
    bool GetWriteProtectionFlagSet( 
       IWriteProtection.WriteProtectionKind nKind
    ) 

    Parameters

    nKind
    kind of a protection to test

    Return Value

    true : if given write protection reason is set

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

    See Also