com.esri.arcgis.carto
Interface ILayerPropertySheet
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- 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.
Supported Platforms
Windows, Solaris, Linux
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.