GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / DefineObject Method
an Object; if null this method does nothing
In This Topic
    DefineObject Method
    In This Topic
    This may produce shared elements that precede the regular rendering of the objects.
    Syntax
    public virtual void DefineObject( 
       object obj
    )

    Parameters

    obj
    an Object; if null this method does nothing
    Remarks
    If InvokeSkipGeneration returns true, no definition elements are generated. Otherwise this calls InvokeGenerateDefinitions. You probably do not need to override this method.
    See Also