Supported with:
- ArcView with Schematics
- ArcEditor with Schematics
- ArcInfo with Schematics
Library dependencies: System, SystemUI, Geometry, Display, Server, Output, Geodatabase, GISClient, ArcWeb, DataSourcesFile, DataSourcesGDB, DataSourcesOleDB, DataSourcesRaster, DataSourcesNetCDF, GeoDatabaseDistributed, GeoDatabaseExtensions, Carto, NetworkAnalysis, Location, GeoAnalyst, Animation, Maplex, Geoprocessing, NetworkAnalyst, Schematic, SpatialAnalyst, 3DAnalyst, GlobeCore, Publisher, TrackingAnalyst, Framework, GeoDatabaseUI, DisplayUI, OutputUI, Catalog, CatalogUI, CartoUI, DataSourcesRasterUI, ArcCatalogUI, ArcCatalog, ArcMapUI, ArcMap, AnimationUI, Editor, GeoReferenceUI, EditorExt, LocationUI, GeoDatabaseDistributedUI, GeoprocessingUI, OutputExtensions, OutputExtensionsUI, DataSourcesSMUUI, ArcScan, NetworkAnalystUI, SpatialAnalystUIAdditional library information: Contents,
Object Model Diagram
The SchematicUI library provides user interfaces (UIs) to support objects contained in the Schematic library. The ArcMap and ArcCatalog Schematic Extension object is implemented by this library.
Developers extend this library when they create UI functions for custom components they have created in the Schematic library.
The objects that implement this functionality are grouped into a number of library subsystems. These library subsystems are:Schematic Environment
Schematic Environment is the Schematic extension object. It's used to check and set Schematics license properties from custom ArcGIS desktop tools and commands. These tools and commands can check for the existence of the extension and see if it's licensed before offering functionality dependent on the extension.
The object is non-cocreatable. It must be acquired through an ExtensionManager object.
This extension is also used to manage the following global environment properties:
- Current diagram
- Current layout
- Current trace task
- Selection properties
- Edit function properties
Gx filters
Gx filters are the Schematic GxObject filters that can be used with GxDialog to allow you to browse for Schematic datasets or Schematic diagrams.
Builder UI
Builder UIs are the interfaces that allow you to develop UIs for custom Schematic Builders.