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


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

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

Name 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.

Classes that implement ISchematicLayer

Classes Description
SchematicLayer A Schematic layer object.