com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabricName

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadastralFabricName

public interface ICadastralFabricName
extends Serializable

Provides access to properties of a cadastral fabric name.

Product Availability

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


Method Summary
 IDatasetName getFeatureDatasetName()
          The name of the feature dataset containing the cadastral fabric.
 void setFeatureDatasetNameByRef(IDatasetName name)
          The name of the feature dataset containing the cadastral fabric.
 

Method Detail

setFeatureDatasetNameByRef

void setFeatureDatasetNameByRef(IDatasetName name)
                                throws IOException,
                                       AutomationException
The name of the feature dataset containing the cadastral fabric.

Product Availability

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

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

getFeatureDatasetName

IDatasetName getFeatureDatasetName()
                                   throws IOException,
                                          AutomationException
The name of the feature dataset containing the cadastral fabric.

Remarks

The name of the FeatureDataset containing the cadastral fabric dataset.

The FeatureDatasetName property returns or sets the name object for the feature dataset containing the cadastral fabric.

Product Availability

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

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