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


ITopology.FeatureDataset Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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