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


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

ITopologyWorkspace Interface

Provides access to members that access the topologies in a workspace.

Product Availability

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

Members

Name Description
Method OpenTopology Opens and returns the topology with the specified name.

Classes that implement ITopologyWorkspace

Classes Description
Sde4Workspace (esriDataSourcesGDB) Esri SDE (4.x) Feature Database.
Workspace Workspace Object.

Remarks

The ITopologyWorkspace interface provides access to the OpenTopology method that allows you open a topology within a workspace given only the topology�s name.  Use this interface to open a topology when you only have a reference to a workspace object.  For ArcSDE Geodatabases, the fully qualified name can be used to return topologies owned by specific users.  If multiple topologies with the same name are owned by different users, OpenTopology will return the topology owned by the current user if an unqualified name is supplied.