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