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


ITopologyLayer.Topology Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITopologyLayer.Topology Property

The current topology.

[Visual Basic .NET]
Public Property Topology As ITopology
[C#]
public ITopology Topology {get; set;}
[C++]
HRESULT get_Topology(
  ITopology** Topology
);
[C++]
HRESULT putref_Topology(
  ITopology* Topology
);
[C++]

Parameters Topology [out, retval]
Topology is a parameter of type ITopology Topology [in]
Topology is a parameter of type ITopology

Product Availability

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

See Also

ITopologyLayer Interface