GoDiagram Web Reference
GoSubGraphBase Class
Members 

Node classes that expect to hold nodes and links should inherit from this class.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoSubGraphBase 
   Inherits GoNode
   Implements IGoCollectionIGoGraphPartIGoIdentifiablePartIGoLabeledNodeIGoLabeledPartIGoNode 
Remarks
This base class for GoSubGraph does nothing but support graph traversal and the reparenting of links. Unlike GoSubGraph, it does not support collapse/expand (IGoCollapsible), a Label, a Port, or a drawn border with margins. Instead, if you want to implement your own kinds of subgraphs, this may provide a handy base class without the constraints and assumptions that GoSubGraph was designed for.
Inheritance Hierarchy

System.Object
   Northwoods.GoWeb.GoObject
      Northwoods.GoWeb.GoGroup
         Northwoods.GoWeb.GoNode
            Northwoods.GoWeb.GoSubGraphBase
               Northwoods.GoWeb.GoSubGraph

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

GoSubGraphBase Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback