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


ITopologyName.FeatureDatasetName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITopologyName.FeatureDatasetName Property

Name of feature dataset containing the topology.

[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 [out, retval]
Name is a parameter of type IDatasetName Name [in]
Name is a parameter of type IDatasetName

Product Availability

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

Remarks

Returns the FeatureDataset the Topology is in.

See Also

ITopologyName Interface