com.esri.arcgis.carto
Interface ITemporaryLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, RasterLayer, SchematicLayer

public interface ITemporaryLayer
extends Serializable

Provides access to temporary layer properties.

Product Availability

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


Method Summary
 boolean isTemporary()
          Indicates if the layer is a temporary layer.
 void setTemporary(boolean temporary)
          Indicates if the layer is a temporary layer.
 

Method Detail

setTemporary

void setTemporary(boolean temporary)
                  throws IOException,
                         AutomationException
Indicates if the layer is a temporary layer.

Product Availability

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

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

isTemporary

boolean isTemporary()
                    throws IOException,
                           AutomationException
Indicates if the layer is a temporary layer.

Product Availability

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

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