 |
SOLIDWORKS Electrical API
2022.0.0
Electrical API
|
Go to the documentation of this file.
4 midl_pragma warning(disable:2111)
10 import "EnumDefinition.idl";
23 uuid(6E97D83D-EF9D-4871-A0C5-314C705E6A64),
26 pointer_default(unique)
EwErrorCode
All errors codes for this API.
Definition: EnumDefinition.idl:21
void setLockString(BSTR strString)
Set the string that will be locked.
EwErrorCode unLock()
Unlock the string without displaying the dialog if the string is already locked.
EwErrorCode lock()
Lock the string without displaying the dialog if the string is already locked.
Use this interface to allow to lock a string inside the collaborative server.
Definition: EwServerObjects.idl:28