GoDiagram Web Reference
GenerateObject Method

an Object; if null this method does nothing
This produces an element for an object, including any nested elements that help represent the rendering.
Syntax
'Declaration
 
Public Overridable Sub GenerateObject( _
   ByVal obj As Object _
) 
public virtual void GenerateObject( 
   object obj
)

Parameters

obj
an Object; if null this method does nothing
Remarks
If InvokeSkipGeneration returns true, no element is generated. Otherwise this starts writing an element by calling InvokeGenerateElement, InvokeGenerateAttributes, InvokeGenerateBody, and the InvokeGenerateElementFinish. If InvokeGenerateElement returned true to indicate that it started a new element, this method will call WriteEndElement in order to finish it. You probably do not need to override this method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlWriter Class
GoXmlWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback