←Select platform

Create Method (AnnSerializeObjectEventArgs)

Summary

Creates a new instance of AnnSerializeObjectEventArgs.

Syntax

C#
VB
Java
Objective-C
WinRT C#
Public Shared Function Create( _ 
   ByVal typeName As String, _ 
   ByVal annObject As Leadtools.Annotations.Core.AnnObject, _ 
   ByVal error As Exception _ 
) As Leadtools.Annotations.Core.AnnSerializeObjectEventArgs 
-(id) initWithTypeName:(NSString*) name 
             annObject:(LTAnnObject*) obj 
                 error:(NSException*) anError; 
public AnnSerializeObjectEvent(Object source, 
   String typeName, 
   AnnObject annObject, 
   RuntimeException error 
) 
function Leadtools.Annotations.Core.AnnSerializeObjectEventArgs.Create(  
   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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize