This document is archived and information here might be outdated.  Recommended version.


ISchematicXmlGenerate.GenerateXmlData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicXmlGenerate Interface > ISchematicXmlGenerate.GenerateXmlData Method
ArcGIS Developer Help

ISchematicXmlGenerate.GenerateXmlData Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicXmlGenerate Interface