ArcObjects Library Reference (SchematicControls)  

ISchematicTarget Interface

Provides access to members that control the Schematic Layer target; that is the layer related to the active schematic diagram.

Product Availability

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

Members

Description
Read/write property ChangeTargetWithFocusMap Indicates if the schematic layer target changes when the focus map changes; that is, when the active data frame changes.
Read/write property SchematicTarget Current schematic layer target; that is, schematic layer related to the current active schematic diagram.

CoClasses that implement ISchematicTarget

CoClasses and Classes Description
EngineSchematicEnvironment Schematic engine environment (singleton).
SchematicExtension (esriSchematicUI) Provides access to the schematic extension.

.NET Samples

Implementing a schematic digitizing tool (Code Files: DigitTool) | Schematic diagram auto refresh (Code Files: Autorefresh) | Schematics Engine application (Code Files: MainForm)