GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / NodesGeneratedFirst Property
In This Topic
    NodesGeneratedFirst Property
    In This Topic
    Gets or sets whether GenerateObjects makes two passes over the collection of Objects, generating the objects that implement IGoNode first before generating the other objects.
    Syntax
    public bool NodesGeneratedFirst {get; set;}

    Property Value

    This defaults to true.
    See Also