ArcGIS Explorer Component Help |
DataDirectory..::.GetTableRelationships Method |
DataDirectory Class See Also |
Returns a collection of TableRelationship objects which contains all the in-memory relationships involving
shapefiles and dBase files in the DataDirectory.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public ReadOnlyCollection<TableRelationship> GetTableRelationships() |
Visual Basic (Declaration) |
---|
Public Function GetTableRelationships As ReadOnlyCollection(Of TableRelationship) |