com.esri.arcgis.geodatabase
Interface IWorkspaceReplicas2
- All Superinterfaces:
- IWorkspaceReplicas, java.io.Serializable
- All Known Implementing Classes:
- IWorkspaceReplicas2Proxy
public interface IWorkspaceReplicas2
- extends IWorkspaceReplicas, java.io.Serializable
COM Interface 'IWorkspaceReplicas2'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return objects containing information about replicas.'
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 |
refreshReplica(java.lang.String replicaGuid)
Refresh a replica from a geodatabase. |
IID21841681_bc98_4c79_aff1_b13ccd06f107
static final int IID21841681_bc98_4c79_aff1_b13ccd06f107
- 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
refreshReplica
void refreshReplica(java.lang.String replicaGuid)
throws java.io.IOException,
AutomationException
- Refresh a replica from a geodatabase.
- Parameters:
replicaGuid
- The replicaGuid (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.