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


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

ISchematicXmlUpdate.UpdateXmlData Method

XML source that will be used to update the diagram.

[Visual Basic .NET]
Public Sub UpdateXmlData ( _
    ByVal DiagramName As String, _
    ByVal DiagramClassName As String, _
    ByVal UpdateInformation As String, _
    ByRef XmlSource As Object, _
    ByRef Cancel As Boolean _
)
[C#]
public void UpdateXmlData (
    string DiagramName,
    string DiagramClassName,
    string UpdateInformation,
    ref object XmlSource,
    ref bool Cancel
);
[C++]
HRESULT UpdateXmlData(
  BSTR DiagramName,
  BSTR DiagramClassName,
  BSTR UpdateInformation,
  Variant* XmlSource,
  Boolean* Cancel
);
[C++]
Parameters
DiagramName [in]

DiagramName is a parameter of type BSTR DiagramClassName [in]
DiagramClassName is a parameter of type BSTR UpdateInformation [in]
UpdateInformation 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

ISchematicXmlUpdate Interface