Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Create Method (AnnEditDesignerEventArgs)

Show in webframe
The AnnObject that is being edited.
An AnnEditDesignerOperation enumeration which represents the current edit operation.
Zero-based index of the thumb (control point) being moved.
An AnnDesignerOperationStatus enumeration which represents the status of the edit operation.
Creates a new instance of the AnnEditDesignerEventArgs class.
Syntax
 function Leadtools.Annotations.Core.AnnEditDesignerEventArgs.create( 
   obj ,
   operation ,
   moveThumbIndex ,
   operationStatus 
)

Parameters

ParameterTypeDescription
objAnnObjectThe AnnObject that is being edited.
operationAnnEditDesignerOperationAn AnnEditDesignerOperation enumeration which represents the current edit operation.
moveThumbIndexintZero-based index of the thumb (control point) being moved.
operationStatusAnnDesignerOperationStatusAn AnnDesignerOperationStatus enumeration which represents the status of the edit operation.
See Also

Reference

AnnEditDesignerEventArgs Object
AnnEditDesignerEventArgs Members

Error processing SSI file