This document is archived and information here might be outdated. Recommended version. |
XML source that will be used to generate the diagram.
[Visual Basic .NET]
Public Sub GenerateXmlData ( _
ByVal DiagramName As String, _
ByVal DiagramClassName As String, _
ByRef XmlSource As Object, _
ByRef Cancel As Boolean _
)
[C#]
public void GenerateXmlData (
string DiagramName,
string DiagramClassName,
ref object XmlSource,
ref bool Cancel
);
[C++]
HRESULT GenerateXmlData(
BSTR DiagramName,
BSTR DiagramClassName,
Variant* XmlSource,
Boolean* Cancel
);
[C++] Parameters DiagramName [in]
DiagramName is a parameter of type BSTR DiagramClassName [in]
DiagramClassName is a parameter of type BSTR XmlSource [in, out]
XmlSource is a parameter of type VARIANT* Cancel [in, out]
Cancel is a parameter of type bool*