GoDiagram Web Reference
BuildPartInfoSearchArray Method

Define client-side information for this view.
Syntax
'Declaration
 
Protected Overridable Sub BuildPartInfoSearchArray() 
protected virtual void BuildPartInfoSearchArray()
Remarks

The rendering of this view into HTML will call this method to produce a definition of custom information for areas of the image. This method should call AddSearchArrayEntry(Rectangle,String) or AddSearchArrayEntry(GoStroke,String) to define the rectangular or stroke-shaped regions and their associated information string. To reduce unneeded data, you will probably want to limit information to those objects whose see cref="GoObject.Bounds"/> intersects with GoView.GoView.DocExtent in document coordinates, or GoView.DisplayRectangle in view coordinates.

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
PartInfos Property
AddPartInfo Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback