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


ICadastralFabricEditControl.SetStoreEventsRequired Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabricEditControl Interface > ICadastralFabricEditControl.SetStoreEventsRequired Method
ArcGIS Developer Help

ICadastralFabricEditControl.SetStoreEventsRequired Method

Indicates that insert and update cursors on fabric classes cannot bypass store events for the active edit session.

[Visual Basic .NET]
Public Sub SetStoreEventsRequired ( _
)
[C#]
public void SetStoreEventsRequired (
);
[C++]
HRESULT SetStoreEventsRequired(
void
);

Product Availability

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

See Also

ICadastralFabricEditControl Interface