(Leadtools.Annotations.Core)

Create Method (AnnSerializeObjectEventArgs)

Show in webframe





The type name of the annotation object being loaded or saved.
The annotation object being loaded or saved.
Any error that may have occurred.
Creates a new instance of AnnSerializeObjectEventArgs.
Syntax
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
public static AnnSerializeObjectEventArgs Create( 
   string typeName,
   AnnObject annObject,
   HResult error
)
-(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

See Also

Reference

AnnSerializeObjectEventArgs Class
AnnSerializeObjectEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.