ArcObjects Library Reference (Schematic)  

ISchematicAttributeContainer Interface

Provides access to members that manage the schematic attribute container.

Product Availability

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

Members

Description
Method GetSchematicAttribute Retrives recursively or not the schematic attribute referenced by the specified Name.
Read-only property SchematicAttributes Schematic attributes enumeration within the schematic attribute container.

CoClasses that implement ISchematicAttributeContainer

CoClasses and Classes Description
SchematicDiagramClass Schematic diagram class object.
SchematicElementClass Schematic element class object.

.NET Samples

Customizing schematic feature removal events (Code Files: FeatureRemovalMgmt) | Implementing a schematic digitizing tool (Code Files: DockableDigit) | Implementing associations between GIS features and schematic features (Code Files: ElementFeatureAssociation) | Implementing schematic containers around schematic features (Code Files: StationsInContainers) |