ArcObjects Library Reference (GeoDatabase)  

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

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

CoClasses that implement ITopologyWorkspace

CoClasses and 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.