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


ITopology.FeatureDataset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopology Interface > ITopology.FeatureDataset Property
ArcGIS Developer Help

ITopology.FeatureDataset Property

The feature dataset that contains the topology.

[Visual Basic .NET]
Public ReadOnly Property FeatureDataset As IFeatureDataset
[C#]
public IFeatureDataset FeatureDataset {get;}
[C++]
HRESULT get_FeatureDataset(
  IFeatureDataset** Dataset
);
[C++]
Parameters
Dataset [out, retval]

Dataset is a parameter of type IFeatureDataset**

Product Availability

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

See Also

ITopology Interface