GoDiagram Web Reference
DefineObject Method

an Object; if null this method does nothing
This may produce shared elements that precede the regular rendering of the objects.
Syntax
'Declaration
 
Public Overridable Sub DefineObject( _
   ByVal obj As Object _
) 
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.
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