API Help
Eplan.EplApi.DataModel Namespace / InterruptionPoint Class / GetWriteProtectionFlagSet Method
kind of plotection to test

In This Topic
GetWriteProtectionFlagSet Method (InterruptionPoint)
In This Topic
Checks if a specific write protection kind was set.
Syntax
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