GoDiagram Web Reference
AddSearchArrayEntry(GoStroke,String) Method

a GoStroke
a String
Associate a string value with the path of a given GoStroke in the image.
Syntax
'Declaration
 
Protected Overloads Overridable Sub AddSearchArrayEntry( _
   ByVal stroke As GoStroke, _
   ByVal v As String _
) 
protected virtual void AddSearchArrayEntry( 
   GoStroke stroke,
   string v
)

Parameters

stroke
a GoStroke
v
a String
Remarks
You can call this method in order to define customized client-side data for parts of an image. This just converts the stroke's points into view coordinates and adds those points, along with GoObject.Bounds information and the width of the pen and PickMargin, to the search array to be transmitted as JavaScript data structures.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoViewDataRenderer Class
GoViewDataRenderer Members
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback