GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / SetXmlWriter Method
an XmlWriter initialized at the start of Generate(XmlWriter), or null at the end of Generate(XmlWriter) after closing the XmlWriter
In This Topic
    SetXmlWriter Method
    In This Topic
    Only a subclass of a GoXmlWriter can provide a value for the XmlWriter property.
    Syntax
    protected virtual void SetXmlWriter( 
       XmlWriter w
    )

    Parameters

    w
    an XmlWriter initialized at the start of Generate(XmlWriter), or null at the end of Generate(XmlWriter) after closing the XmlWriter
    See Also