com.esri.arcgis.carto
Interface ILayerPropertySheet

All Superinterfaces:
Serializable
All Known Implementing Classes:
ILayerPropertySheetProxy, TemporalFeatureLayer

public interface ILayerPropertySheet
extends Serializable

Provides access to layers that implement their own custom property sheet.

Product Availability

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


Method Summary
 boolean showPropertySheet()
          Show the property sheet.
 

Method Detail

showPropertySheet

boolean showPropertySheet()
                          throws IOException,
                                 AutomationException
Show the property sheet.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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