←Select platform

Create Method

Summary

Creates a new instance of the AnnLockObjectEventArgs class.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static AnnLockObjectEventArgs Create( 
   AnnObject obj 
) 
-(id) initWithObject:(LTAnnObject*) anObject; 
public AnnLockObjectEvent(Object source, AnnObject obj) 
             
 function Leadtools.Annotations.Core.AnnLockObjectEventArgs.Create(  
   obj  
) 
public:  
   static AnnLockObjectEventArgs^ Create( 
      AnnObject^ obj 
   ) 

Parameters

obj
The AnnObject that is being locked.

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.Core Assembly