This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicLayer Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that manage the schematic layer functionality.
Description | ||
---|---|---|
GetSchematicFeaturesAtPoint | Schematic features selected in the schematic layer. | |
GetSchematicFeaturesAtPointByClass | Schematic features of the specified type around the specified point. | |
GetSchematicFeaturesAtPointByType | Schematic features around the specified point. | |
GetSchematicFeaturesInZone | Schematic features returned by a spatial query baed on a polygon. | |
GetSchematicFeaturesInZoneByClass | Schematic features of the specified class returned by a spatial query baed on a polygon. | |
GetSchematicFeaturesInZoneByType | Schematic features of the specified type returned by a spatial query baed on a polygon. | |
GetSchematicSelectedFeatures | Schematic in memory diagram of the schematic layer. | |
IsEditingSchematicDiagram | Indicates if the schematic diagram is being edited inside this layer. | |
SchematicDiagram | Schematic diagram of the schematic layer. | |
SchematicInMemoryDiagram | Schematic in memory diagram of the schematic layer. | |
StartEditSchematicDiagram | Start editing the schematic diagram. | |
StopEditSchematicDiagram | Stop editing the schematic diagram. | |
UpdateExtent | Recalculate the extent of the schematic diagram. |
CoClasses and Classes | Description |
---|---|
SchematicLayer | A Schematic layer object. |