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


ISchematicXmlBuilderContext.XmlSource Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicXmlBuilderContext Interface > ISchematicXmlBuilderContext.XmlSource Property
ArcGIS Developer Help

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 [in]

XmlSource is a parameter of type VARIANT XmlSource [out, retval]
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