This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicXmlBuilder Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the Xml builder.
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.
Description | ||
---|---|---|
AutoCreateElementClasses | Indicates if the schematic element classes are automatically created by the schematic Xml builder. | |
GeneratingComponentCLSID | External Component classID for generating diagrams. | |
InitializeLinksVertices | Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder. | |
ObjectTypeMapping | Optional mapping between the schematic feature type in the XML file and the schematic feature type in the schematic dataset. | |
PersistManualOperations | Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update. | |
UpdatingComponentCLSID | External Component classID for updating diagrams. |