com.esri.arcgis.geodatabase
Interface IReplicaFilterDescription2
- All Superinterfaces:
- IReplicaFilterDescription, java.io.Serializable
- All Known Implementing Classes:
- IReplicaFilterDescription2Proxy, ReplicaDescription
public interface IReplicaFilterDescription2
- extends IReplicaFilterDescription, java.io.Serializable
COM Interface 'IReplicaFilterDescription2'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return a replica's properties.'
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 |
IFIDSet |
getTableSelectionIDs(int index)
The ID's of the rows and features that are replicated when a selection set id ussd. |
IID40f7cb0d_c8a1_413e_9112_c7862db1bee1
static final int IID40f7cb0d_c8a1_413e_9112_c7862db1bee1
- 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
getTableSelectionIDs
IFIDSet getTableSelectionIDs(int index)
throws java.io.IOException,
AutomationException
- The ID's of the rows and features that are replicated when a selection set id ussd.
- Parameters:
index
- The index (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IFIDSet
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.