com.esri.arcgis.geoprocessing
Interface IMdElementDialogSupport

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMdElementDialogSupportProxy

public interface IMdElementDialogSupport
extends Serializable

Provides access to support methods on the element dialog.

When To Use

IMdElementDialogSupport Interface is a private interface and only for internal use.

Product Availability

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


Method Summary
 String getStylesheet()
          The overriding stylesheet to use to display the dialog for this object.
 void setStylesheet(String stylesheet)
          The overriding stylesheet to use to display the dialog for this object.
 

Method Detail

getStylesheet

String getStylesheet()
                     throws IOException,
                            AutomationException
The overriding stylesheet to use to display the dialog for this object.

Product Availability

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

Supported Platforms

Windows

Returns:
The stylesheet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStylesheet

void setStylesheet(String stylesheet)
                   throws IOException,
                          AutomationException
The overriding stylesheet to use to display the dialog for this object.

Product Availability

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

Supported Platforms

Windows

Parameters:
stylesheet - The stylesheet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.