←Select platform

Create Method

Summary
Creates a new instance of AnnSerializeObjectEventArgs.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static AnnSerializeObjectEventArgs Create( 
   string typeName, 
   AnnObject annObject, 
   Exception error 
) 
-(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 
   ) 
def Create(self,typeName,annObject,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.