GoDiagram Web Reference
GenerateObjects Method (GoXmlWriter)

Call GenerateObject for each object in Objects.
Syntax
'Declaration
 
Protected Overridable Sub GenerateObjects() 
protected virtual void GenerateObjects()
Remarks
If NodesGeneratedFirst is false, this method just calls GenerateObject on each object in the order that they are enumerated by the collection of Objects. If NodesGeneratedFirst is true, this method enumerates the collection twice, first to call GenerateObject on all objects that implement IGoNode, then second to generate all the rest of the 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

GoXmlWriter Class
GoXmlWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback