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


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

ISchematicXmlBuilder Interface

Provides access to members that control the Xml builder.

Product Availability

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

Description

The XML builder works from XML data based on the XMLBuilderDiagram XML Schematic Definition file. It is the builder to use if you work with external applications such as industry applications (for example, Network Engineer), ERPs (for example, SAP), PLMs (for example, Matrix One), or analysis packages (for example, CYME). It allows you to avoid developing specific interfaces that are costing a lot and not easy to maintain.

Members

Name Description
Read/write property AutoCreateElementClasses Indicates if the schematic element classes are automatically created by the schematic Xml builder.
Read/write property GeneratingComponentCLSID External Component classID for generating diagrams.
Read/write property InitializeLinksVertices Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.
Read/write property ObjectTypeMapping Optional mapping between the schematic feature type in the XML file and the schematic feature type in the schematic dataset.
Read/write property PersistManualOperations Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update.
Read/write property UpdatingComponentCLSID External Component classID for updating diagrams.

Classes that implement ISchematicXmlBuilder

Classes Description