com.esri.arcgis.geodatabase
Interface IVersion3
- All Superinterfaces:
- IVersion, IVersion2, Serializable
public interface IVersion3
- extends IVersion2, Serializable
Provides access to members for managing a version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
deleteWithChildren()
Permanently deletes the version and all it's children from the database. |
Methods inherited from interface com.esri.arcgis.geodatabase.IVersion |
createVersion, delete, getAccess, getDescription, getVersionInfo, getVersionLocks, getVersionName, hasParent, refreshVersion, setAccess, setDescription, setVersionName |
deleteWithChildren
void deleteWithChildren()
throws IOException,
AutomationException
- Permanently deletes the version and all it's children from the database.
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.