This document is archived and information here might be outdated.  Recommended version.


ICadastralFabricName.FeatureDatasetName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabricName Interface > ICadastralFabricName.FeatureDatasetName Property
ArcGIS Developer Help

ICadastralFabricName.FeatureDatasetName Property

The name of the feature dataset containing the cadastral fabric.

[Visual Basic .NET]
Public Property FeatureDatasetName As IDatasetName
[C#]
public IDatasetName FeatureDatasetName {get; set;}
[C++]
HRESULT get_FeatureDatasetName(
  IDatasetName* Name
);
[C++]
HRESULT putref_FeatureDatasetName(
  IDatasetName** Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type IDatasetName* Name [out, retval]
Name is a parameter of type IDatasetName**

Product Availability

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

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.

[C++]

HRESULT get_FeatureDatasetName(

IDatasetName** ppName,

);

See Also

ICadastralFabricName Interface