create Method

Summary

Creates a new instance of AnnSerializeObjectEventArgs.

Syntax
TypeScript
JavaScript
create = function( 
   typeName, 
   annObject, 
   error 
) 
static create( 
   typeName: string, 
   annObject: AnnObject, 
   error: Error 
): AnnSerializeObjectEventArgs; 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.