Provides access to the common functionality found on all dataset components. Note: the IDatasetComponent interface has been superseded byIDatasetComponent2 . Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
All Properties Methods
Description
DataElement
The data element corresponding to the dataset component.
Parent
The containing parent dataset.
CoClasses that implement IDatasetComponent
Remarks
The IDatasetComponent interface is used to access the data element and parent dataset of this dataset.
.NET Snippets Create Location Allocation Layer |
Create Vehicle Routing Problem Layer |
Create Service Area Layer |
Create OD Cost Matrix Layer |
Create Closest Facility Layer
.NET Samples Closest facility solver (Code Files:
frmClosestFacilitySolver ) |
Service area solver (Code Files:
frmServiceAreaSolver ) |
Location-allocation solver (Code Files:
frmLocationAllocationSolver ) |
Vehicle routing problem solver (Code Files:
frmVRPSolver ) |
Origin-destination cost matrix solver (Code Files:
frmODCostMatrixSolver ) |
Subset network evaluators (Code Files:
AddSubsetAttributesCommand RemoveSubsetAttributesCommand SubsetHelperUI ) |
Route layer (Code Files:
Program )