com.esri.arcgis.carto
Interface IDynamicMapTableDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
LayerDescription, StandaloneTableDescription

public interface IDynamicMapTableDescription
extends Serializable

Provides access to the available properties of a dynamic map table description object.

Remarks

Note: Please make sure to check IMapServerInfo4::SupportsDynamicLayers value is True. If it is False, properties on this interface are ignored.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IMapServerSourceDescription esri_getSource()
          Data source for dynamic table.
 void setSource(IMapServerSourceDescription ppMapServerSourceDescription)
          Data source for dynamic table.
 

Method Detail

esri_getSource

IMapServerSourceDescription esri_getSource()
                                           throws IOException,
                                                  AutomationException
Data source for dynamic table.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.carto.IMapServerSourceDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSource

void setSource(IMapServerSourceDescription ppMapServerSourceDescription)
               throws IOException,
                      AutomationException
Data source for dynamic table.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppMapServerSourceDescription - A reference to a com.esri.arcgis.carto.IMapServerSourceDescription (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.