←Select platform

Create Method

Summary

Creates a new instance of the AnnLockObjectEventArgs class.

Syntax
C#
VB
Objective-C
C++
Java
public static AnnLockObjectEventArgs Create( 
   AnnObject obj 
) 
Public Shared Function Create( _ 
   ByVal obj As AnnObject _ 
) As AnnLockObjectEventArgs 
-(id) initWithObject:(LTAnnObject*) anObject; 
public AnnLockObjectEvent(Object source, AnnObject obj) 
public:  
   static AnnLockObjectEventArgs^ Create( 
      AnnObject^ obj 
   ) 

Parameters

obj
The AnnObject that is being locked.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly