com.esri.arcgis.carto
Interface ICadastralFabricParcelLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadastralFabricLayer

public interface ICadastralFabricParcelLayer
extends Serializable

Provides access to members that control the cadastral fabric parcel layer.

Product Availability

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


Method Summary
 int getParcelCount()
          The number of parcel layers.
 IFeatureLayer getParcelSubLayer(int layer)
          Parcel layer at the specified index.
 

Method Detail

getParcelCount

int getParcelCount()
                   throws IOException,
                          AutomationException
The number of parcel layers.

Product Availability

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

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

getParcelSubLayer

IFeatureLayer getParcelSubLayer(int layer)
                                throws IOException,
                                       AutomationException
Parcel layer at the specified index.

Product Availability

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

Parameters:
layer - The layer (in)
Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.