com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabricEditControl
- All Superinterfaces:
- Serializable
public interface ICadastralFabricEditControl
- extends Serializable
Provides access to method that controls if insert and update cursors on fabric classes can bypass store events.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
setStoreEventsRequired()
Indicates that insert and update cursors on fabric classes cannot bypass store events for the active edit session. |
setStoreEventsRequired
void setStoreEventsRequired()
throws IOException,
AutomationException
- Indicates that insert and update cursors on fabric classes cannot bypass store events for the active edit session.
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.