|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDeltaDataChangesRelease
Provides access to members that return the release version of the geodatabase from which the edits originated.
This interface returns release of the geodatabase from which the delta file was generated. Delta files generated from an ArcGIS 9.2 geodatabase will return the following:
MajorVerion - 2
MinorVersion - 2
BugFixVersion – -3
DataChangesImporter
,
DataChangesExporter
,
DeltaDataChanges
,
DataChanges
,
IExportDataChanges
Method Summary | |
---|---|
int |
getBugfixVersion()
Bugfix version level of the source geodatabase. |
int |
getMajorVersion()
Major version level of the source geodatabase. |
int |
getMinorVersion()
Minor version level of the source geodatabase. |
Method Detail |
---|
int getMajorVersion() throws IOException, AutomationException
This major release of the geodatabase from which the delta file was generated.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMinorVersion() throws IOException, AutomationException
This minor release of the geodatabase from which the delta file was generated.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBugfixVersion() throws IOException, AutomationException
This bug fix release of the geodatabase from which the delta file was generated.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |