com.esri.arcgis.geodatabase
Interface IFeatureDatasetManage

All Superinterfaces:
Serializable
All Known Implementing Classes:
IFeatureDatasetManageProxy

public interface IFeatureDatasetManage
extends Serializable

Provides access to modify the M Domain of a feature dataset.

Product Availability

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


Method Summary
 void updateMDomain()
          Updates the M domain based of the current M extent.
 

Method Detail

updateMDomain

void updateMDomain()
                   throws IOException,
                          AutomationException
Updates the M domain based of the current M extent.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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