Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- password
- String containing the password used to lock the annotation object.
This method changes the 'lock' state of an object.
Visual Basic | Copy Code |
---|---|
Public Sub AnnObject_Lock(ByVal obj As AnnObject, ByVal password As String) |
C# | Copy Code |
---|---|
public void AnnObject_Lock(AnnObject obj, string password) |
Only unlocked objects can be locked. If an object is already locked, it will stay locked with its original password. You must pass the same password to Unlock to unlock this AnnObject.
If this method succeeds, password will be stored inside the object and can be retreived with the Password property.
An object must be unlocked in order to change that object in automated mode.
For more information, refer to Implementing Annotation Security.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family