GoDiagram Web Reference
SavedPaths Property

Gets the dictionary that remembers the points of GoLink and GoLabeledLink strokes when the subgraph is collapsed.
Syntax
'Declaration
 
Public ReadOnly Property SavedPaths As Dictionary(Of GoObject,PointF())
public Dictionary<GoObject,PointF[]> SavedPaths {get;}

Property Value

The dictionary may be empty when the subgraph is in an expanded state.
Remarks
The dictionary maps child link strokes to PointF arrays. Although the values are in document coordinates, the (X,Y) positions are not an absolute positions but positions relative to the Handle's position. Modifications to this dictionary have no effect except upon a call to Expand, and are not recorded by the undo manager.
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

GoSubGraph Class
GoSubGraph Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback