GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / GenerateDefinitions Method
In This Topic
    GenerateDefinitions Method (GoXmlWriter)
    In This Topic
    Call DefineObject for each object in Objects.
    Syntax
    protected virtual void GenerateDefinitions()
    Remarks
    This gives each object a chance to identify common objects and perhaps produce some shared elements that precede the regular rendering. You probably do not need to override this method.
    See Also