com.esri.arcgis.system
Interface IDocumentVersion

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FileStream, GlobeDocument, GMxDocument, GxFilterLayers, GxLayer, IDocumentVersionProxy, LayerFile, MapDocument, MemoryBlobStream, MxDocument, ObjectStream, SxDocument, VariantStreamIO

public interface IDocumentVersion
extends java.io.Serializable

COM Interface 'IDocumentVersion'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that control the document 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDecc43c55_0148_4ec1_bf87_b9a183c5dc98
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getDocumentVersion()
          The version of the document to save.
 void setDocumentVersion(int docVersion)
          The version of the document to save.
 

Field Detail

IIDecc43c55_0148_4ec1_bf87_b9a183c5dc98

static final int IIDecc43c55_0148_4ec1_bf87_b9a183c5dc98
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
Method Detail

setDocumentVersion

void setDocumentVersion(int docVersion)
                        throws java.io.IOException,
                               AutomationException
The version of the document to save.

Parameters:
docVersion - A com.esri.arcgis.system.esriArcGISVersion constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDocumentVersion

int getDocumentVersion()
                       throws java.io.IOException,
                              AutomationException
The version of the document to save.

Returns:
A com.esri.arcgis.system.esriArcGISVersion constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.