ArcObjects Library Reference (Schematic)  

ISchematicXmlBuilderContext.XmlSource Property

Xml Source to parse for generating/updating the diagram. This may be an URL (String/BSTR) that specifies the location of the XML file, a DOMDocument object, a SAFEARRAY of bytes (VT_ARRAY|VT_UI1), or any object that supports IStream, ISequentialStream, or IPer.

[Visual Basic .NET]
Public Property XmlSource As Object
[C#]
public object XmlSource {get; set;}
[C++]
HRESULT get_XmlSource(
  VARIANT* XmlSource
);
[C++]
HRESULT put_XmlSource(
  VARIANT XmlSource
);
[C++]

Parameters

XmlSource [out, retval]   XmlSource is a parameter of type VARIANT XmlSource [in]   XmlSource is a parameter of type VARIANT

Product Availability

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

See Also

ISchematicXmlBuilderContext Interface