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


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

ISchematicStandardBuilder Interface

Provides access to members that control the schematic Standard builder.

Product Availability

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

Description

The Standard builder works from any GIS feature class/layer or object table.

Because it is able to decode geometric network and network dataset topology, the Standard builder is especially dedicated to work with GIS feature classes organized into a geoemtric network or a network dataset. It allows you to quickly generate schematic diagrams in a minimum amount of time from any set of network features.

The Standard builder can also be used to generate schematic diagrams whose whole contents are built from custom queries. These custom queries can operate on any type of database.

Members

Name Description
Read/write property AddConnectedNodes Indicates if the extremity nodes for the links currently highlighted in the map must be automatically added by the schematic Standard builder even if they are not highlighted.
Read/write property AutoCreateElementClasses Indicates if the schematic element classes are automatically created by the schematic Standard builder.
Read/write property InitializeLinksVertices Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Standard builder.
Read/write property PersistManualOperations Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update.
Read/write property UpdateMode Mode (rebuild/append) to use for updating a diagram.
Read/write property UpdateType Update type (fromSelection, fromTracing, fromInitial, ...).

Classes that implement ISchematicStandardBuilder

Classes Description