com.esri.arcgis.geodatabase
Interface IDatasetComponent2
- All Superinterfaces:
- IDatasetComponent, java.io.Serializable
- All Known Implementing Classes:
- IDatasetComponent2Proxy, NetworkDataset, Terrain
public interface IDatasetComponent2
- extends IDatasetComponent, java.io.Serializable
COM Interface 'IDatasetComponent2'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to the common functionality found on all dataset components.'
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 |
int |
getID()
The data element corresponding to the dataset component. |
IID06422a95_1f61_4e3c_9523_bcdae837ddcb
static final int IID06422a95_1f61_4e3c_9523_bcdae837ddcb
- 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
getID
int getID()
throws java.io.IOException,
AutomationException
- The data element corresponding to the dataset component.
- Returns:
- The datasetComponentID
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.