com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureClassEdit

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureClassEditProxy, SchematicInMemoryFeatureClass

public interface ISchematicInMemoryFeatureClassEdit
extends Serializable

Provides access to members that manage the schematic in memory feature class edit.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void refreshAttributes()
          Refreshes the attributes of the schematic in memory features within the schematic in memory feature class.
 

Method Detail

refreshAttributes

void refreshAttributes()
                       throws IOException,
                              AutomationException
Refreshes the attributes of the schematic in memory features within the schematic in memory feature class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.