|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDynamicMapTableDescription
Provides access to the available properties of a dynamic map table description object.
Note: Please make sure to check IMapServerInfo4::SupportsDynamicLayers value is True. If it is False, properties on this interface are ignored.
Method Summary | |
---|---|
IMapServerSourceDescription |
esri_getSource()
Data source for dynamic table. |
void |
setSource(IMapServerSourceDescription ppMapServerSourceDescription)
Data source for dynamic table. |
Method Detail |
---|
IMapServerSourceDescription esri_getSource() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSource(IMapServerSourceDescription ppMapServerSourceDescription) throws IOException, AutomationException
ppMapServerSourceDescription
- A reference to a com.esri.arcgis.carto.IMapServerSourceDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |