GoDiagram Web Reference
AddPartInfo Method (GoViewDataRenderer)

if null, this method does nothing
This is called by BuildPartInfoSearchArray for each top-level object (or immediate child of a subgraph) that is visible in the view, to possibly add information for client-side use.
Syntax
'Declaration
 
Public Overridable Sub AddPartInfo( _
   ByVal obj As GoObject _
) 
public virtual void AddPartInfo( 
   GoObject obj
)

Parameters

obj
if null, this method does nothing
Remarks
This just calls AssociatePartInfo with the GoPartInfo (if any) returned by GoObject.GoObject.GetPartInfo. You may have some objects that have several parts that need separate GoPartInfo descriptions. You could override this method in order to recurse on those child objects. Or for the same reason, an override of GoObject.GetPartInfo may also want to call this method on some of its child objects.
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
BuildPartInfoSearchArray Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback