GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / GenerateObjects Method
In This Topic
    GenerateObjects Method (GoXmlWriter)
    In This Topic
    Call GenerateObject for each object in Objects.
    Syntax
    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.
    See Also