com.esri.arcgis.geodatabaseextensions
Interface IDECadastralFabric3

All Superinterfaces:
Serializable

public interface IDECadastralFabric3
extends Serializable

Provides access to members that describe cadastral fabric data elements.

Product Availability

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


Method Summary
 void getPropertySet(int type, IPropertySet[] propertySet)
          Property set of the parcel fabric data element.
 void setPropertySet(int type, IPropertySet propertySet)
          Property set of the parcel fabric data element.
 

Method Detail

getPropertySet

void getPropertySet(int type,
                    IPropertySet[] propertySet)
                    throws IOException,
                           AutomationException
Property set of the parcel fabric data element.

Product Availability

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

Parameters:
type - A com.esri.arcgis.geodatabaseextensions.esriCadastralPropertySetType constant (in)
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertySet

void setPropertySet(int type,
                    IPropertySet propertySet)
                    throws IOException,
                           AutomationException
Property set of the parcel fabric data element.

Product Availability

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

Parameters:
type - A com.esri.arcgis.geodatabaseextensions.esriCadastralPropertySetType constant (in)
propertySet - 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.