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


ITopologyLayer.Topology Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITopologyLayer Interface > ITopologyLayer.Topology Property
ArcGIS Developer Help

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