- password
- String containing the password used to lock the annotation object.
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 AnnObject.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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family