com.esri.arcgis.geodatabase
Interface IVersion3
- All Superinterfaces:
- IVersion, IVersion2, java.io.Serializable
- All Known Implementing Classes:
- IVersion3Proxy
public interface IVersion3
- extends IVersion2, java.io.Serializable
COM Interface 'IVersion3'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members for managing a version.'
Generator Options:
PromptForTypeLibraries = False
ClashPrefix = esri_
LowerCaseMemberNames = True
IDispatchOnly = False
RetryOnReject = False
AwtForOcxs = True
ArraysAsObjects = False
DontRenameSameMethods = False
ImplementConflictingInterfaces = True
ReuseMethods = True
RenameConflictingInterfaceMethods = True
GenBeanInfo = True
GenerateJavadoc =
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 |
IIDd17c7f63_6c94_4c61_8702_a06f631567ad
static final int IIDd17c7f63_6c94_4c61_8702_a06f631567ad
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
deleteWithChildren
void deleteWithChildren()
throws java.io.IOException,
AutomationException
- Permanently deletes the version and all it's children from the database.
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.