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 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.