Eplan Platform API
Eplan.EplApi.DataModel Namespace
/
IWriteProtection Interface
/ PauseWriteProtection Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
PauseWriteProtection Method (IWriteProtection)
In This Topic
Temporarily disables write protection. Note that current write protection flags are not cleared.
Syntax
C#
C++/CLI
void
PauseWriteProtection(
bool
bPause
)
void
PauseWriteProtection(
bool
bPause
)
Parameters
Parameter Name
Description
bPause
Exceptions
Exception
Description
WriteProtectionNotSet
Thrown if an object has no write protection.
See Also
Reference
IWriteProtection Interface
IWriteProtection Members