←Select platform

Create Method

Summary

Creates a new instance of AnnSerializeObjectEventArgs.

Syntax
C#
VB
Objective-C
C++
Java
public static AnnSerializeObjectEventArgs Create( 
   string typeName, 
   AnnObject annObject, 
   Exception error 
) 
Public Shared Function Create( _ 
   ByVal typeName As String, _ 
   ByVal annObject As AnnObject, _ 
   ByVal error As Exception _ 
) As AnnSerializeObjectEventArgs 
-(id) initWithTypeName:(NSString*) name 
             annObject:(LTAnnObject*) obj 
                 error:(NSException*) anError; 
public AnnSerializeObjectEvent(Object source, 
   String typeName, 
   AnnObject annObject, 
   RuntimeException error 
) 
public:  
   static AnnSerializeObjectEventArgs^ Create( 
      String^ typeName, 
      AnnObject^ annObject, 
      Exception^ error 
   ) 

Parameters

typeName
The type name of the annotation object being loaded or saved.

annObject
The annotation object being loaded or saved.

error
Any error that may have occurred.

Return Value

The created AnnSerializeObjectEventArgs instance

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