com.esri.arcgis.trackinganalyst
Interface ITemporalRendererPropPage

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITemporalRendererPropPageProxy

public interface ITemporalRendererPropPage
extends Serializable

Provides access to members needed to set defaults in Symbology property pages.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 IPropertySet getPageDefaults()
          Indicates default values of renderer property pages.
 void setPageDefaults(IPropertySet ppiPropSet)
          Indicates default values of renderer property pages.
 

Method Detail

getPageDefaults

IPropertySet getPageDefaults()
                             throws IOException,
                                    AutomationException
Indicates default values of renderer property pages.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setPageDefaults

void setPageDefaults(IPropertySet ppiPropSet)
                     throws IOException,
                            AutomationException
Indicates default values of renderer property pages.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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