ArcObjects Library Reference (Schematic)  

ISchematicLayer Interface

Provides access to members that manage the schematic layer functionality.

Product Availability

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

Members

Description
Method GetSchematicFeaturesAtPoint Schematic features selected in the schematic layer.
Method GetSchematicFeaturesAtPointByClass Schematic features of the specified type around the specified point.
Method GetSchematicFeaturesAtPointByType Schematic features around the specified point.
Method GetSchematicFeaturesInZone Schematic features returned by a spatial query baed on a polygon.
Method GetSchematicFeaturesInZoneByClass Schematic features of the specified class returned by a spatial query baed on a polygon.
Method GetSchematicFeaturesInZoneByType Schematic features of the specified type returned by a spatial query baed on a polygon.
Method GetSchematicSelectedFeatures Schematic in memory diagram of the schematic layer.
Method IsEditingSchematicDiagram Indicates if the schematic diagram is being edited inside this layer.
Read/write property SchematicDiagram Schematic diagram of the schematic layer.
Read-only property SchematicInMemoryDiagram Schematic in memory diagram of the schematic layer.
Method StartEditSchematicDiagram Start editing the schematic diagram.
Method StopEditSchematicDiagram Stop editing the schematic diagram.
Method UpdateExtent Recalculate the extent of the schematic diagram.

CoClasses that implement ISchematicLayer

CoClasses and Classes Description
SchematicLayer A Schematic layer object.

.NET Samples

Implementing a schematic digitizing tool (Code Files: DigitTool DockableDigit) | Implementing a schematic layout algorithm and its layout property page (Code Files: TranslateTree) | Schematic diagram auto refresh (Code Files: Autorefresh FormAutorefresh) | Schematics Engine application (Code Files: MainForm) |