This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicXmlBuilderContext Interface > ISchematicXmlBuilderContext.XmlSource Property (ArcObjects .NET 10.4 SDK) |
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