←Select platform

Unlock Method

Summary

Unlocks this AnnGroupObject object with the specified password.

Syntax

C#
VB
C++
public override void Unlock( 
   string password 
) 
  
Public Overrides Sub Unlock( _ 
   ByVal password As String _ 
)  
public: 
void Unlock(  
   String^ password 
) override  

Parameters

password
String containing the password used to unlock the annotation objects in this group object.

Remarks

The AnnGroupObject class overrides the AnnObject.Unlock method to unlock all objects in the group. For more information, refer to AnnObject.Unlock. For more information, refer to Implementing Annotation Security. (Deprecated)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly